1
0

feat: improve input validation for register form

This commit is contained in:
kolaente
2021-11-28 16:33:03 +01:00
committed by Dominik Pschenitschni
parent f7eb160509
commit 05e054f501
4 changed files with 58 additions and 7 deletions

View File

@ -34,7 +34,6 @@
"email": "E-mail address",
"emailPlaceholder": "e.g. frederic{'@'}vikunja.io",
"password": "Password",
"passwordRepeat": "Retype your password",
"passwordPlaceholder": "e.g. •••••••••••",
"forgotPassword": "Forgot your password?",
"resetPassword": "Reset your password",
@ -50,7 +49,10 @@
"authenticating": "Authenticating…",
"openIdStateError": "State does not match, refusing to continue!",
"openIdGeneralError": "An error occured while authenticating against the third party.",
"logout": "Logout"
"logout": "Logout",
"emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.",
"passwordRequired": "Please provide a password."
},
"settings": {
"title": "Settings",