Segs / WebUI

Web UI template to manage user accounts for the SEGS servers
Other
7 stars 7 forks source link

WebUI Requests 16 Character Password, Client Limit is 14 #22

Closed mobbyg closed 2 years ago

mobbyg commented 2 years ago

When trying to create an account from WebUI for a new SEGS user, the minimum password length required to create the account is 14 characters, but the client password field is only 14 characters long. So users with larger passwords can not login.

Work around is to create the account in SEGSAdmin, but will need to make this more flexible on the WebUI for now, till the Custom Client is ready for testing, then we can bump it back up if needed.

mobbyg commented 2 years ago

Changes made in config/config.php to make passwords 10 characters.