games647 / LogIt

Updated to Minecraft 1.9-1.12| Copy of the original LogIt Classic (minecraft authentication plugin) by LucasEasedUp (LucasEU)
Other
2 stars 1 forks source link

Passwords #5

Open azorrox opened 5 years ago

azorrox commented 5 years ago

Where can I check the passwords that are used for the logins?

games647 commented 5 years ago

If you want to verify the passwords on a webinterface, you can access the storage file of SQLite, H2 (.db files) or the MySQL server (using PHPMyAdmin). However if you want to see what passwords your users are using this is intentionally not possible. People often re-use their passwords and then administrators should also not be able access those data. This is private data.

Finally for cases when users forget their passwords, then a new one should be set either by the user itself or a temporarily one from the administrator, but sometimes users tend to keep it so the first option should be preferred.