Any chance this would at some point get an option to save ID's so players wouldn't have to reenter password after each server restart ?
Data file for password check persistenceSuggestion
It's a setting in the configuration.
I've now tested all possible combinations almost.
What setting do I have to change for the plugin to remember authorized players after server restart ?
{
"Server password": "**********",
"Maxium password attempts": 3,
"Grace period (seconds)": 60,
"Always check for password on join": true,
"Ask for password in chat": true,
"Check for password in names": false,
"Freeze unauthorized players": true,
"Mute unauthorized players": false
} "Always check for password on join": false
I am really confused now..., I thought the "Always check for password on join": option was the plugin checking the data if the player was already autorized.
https://umod.org/community/password/19279-always-check-for-password-on-join-false-doesnt-seem-to-work
Even if set to false, players still have to enter the password after every server restart.
Where does it save the data ? there is nothing in the data folder from my tests.
Merged postThread marked as "Solved" means what ?
The data is stored in memory while the plugin is loaded. If that setting doesn't work, then I'll take a look at it.
I'm no coder, but if data is stored in memory, doesn't that get deleted on server restart ?
Merged post
"Always check for password on join": false
works so players don't have to enter password on reconnect, but as soon as the server has been restarted, everyone has to enter password again.
Merged post
"Always check for password on join": false
works so players don't have to enter password on reconnect, but as soon as the server has been restarted, everyone has to enter password again.
Yes, they would have to enter the password again on restart. I could add a data file for it, but didn't feel it was necessary. Is that something you want?
Very much so please, especially because of daily restarts and we use it on community and test servers. :o)