kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Password length #124

Closed mcrice123 closed 6 years ago

mcrice123 commented 6 years ago

I added a check for password input of 8 characters minimum when creating a user and updating password.

Also, I made the password fields empty after successful submission of user creation/password update. I noticed that password update, in particular, still showed values in password fields from previous submission, so now that's fixed.