alexgunkel / fe_useradd

TYPO3-Extension that allows fe_user-registration via form
GNU General Public License v3.0
1 stars 0 forks source link

Show password requirements on error #10

Open mcmulman opened 6 years ago

alexgunkel commented 6 years ago

There's an error message now. Localization should work with key setPassword.stringsNotEqual

mcmulman commented 6 years ago

Works! What about the requirement and error message about the length of the password?

alexgunkel commented 6 years ago

@validate StringLength(minimum=5, maximum=20)