Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passwords
#1
I have come at a point where more users want to retrieve data from my Mariadb server database. Locally, not internet.
I will have to replace my extremely simple user-login system with something more secure and solid.
The problem:
Users want to log into the search program with a username (given and controlled by me)
Because of gdpr a username is allowed to query some tables, but not others.
Also i want them to log in with their username only, the pw should be stored in the search program, a class or an ini file?
The simplest username would be "GUEST", and given to many people, with a standard view of the tables.
Obviously all user-pw combinations are created in Mariadb.
I can give "grants" (=privileges) to usernames inside Mariadb, but that is a hassle. I can manage it better programmatically inside the search program (or class).
I'm not looking for code, just for a direction to go. Preferably KISS.
Thx,
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  The most popular [worst] passwords of 2019 buran 0 2,609 Dec-17-2019, 07:08 AM
Last Post: buran
  old passwords Skaperen 0 2,475 Aug-19-2018, 11:35 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020