Closed jayjun closed 8 years ago
The error,
The password is too short
is too unhelpful.
Show the required length so the user can fix it in one try. Maybe,
The password is too short. At least #{min_length} characters.
or
The password should have at least #{min_length} characters
That's cool - thanks for your help.
The error,
is too unhelpful.
Show the required length so the user can fix it in one try. Maybe,
or