kentonh / gPanel

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

Password Length on Server Side #125

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

Severity level (1-10):

5

Files/Directories Involved:

pkg/api/user/register pkg/api/user/update_password.go

Description:

Min length == 8. It already has checks on the client side as per PR #124

Personal Comments: