Loading src/signup/RegistrationForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ export default { passwordErrors: [], passwordRules: [ { message: t(this.appName, 'Incorrect password length: Required length is 8 to 32'), regex: /.{8,32}/ }, { message: t(this.appName, 'Backslashes can\'t be used in passwords.'), regex: /^(?!.*\\).*/ }, { message: t(this.appName, 'Password has invalid characters.'), regex: /^(?!.*\\).*/ }, ], isUsernameAvailable: false, processing: false, Loading Loading
src/signup/RegistrationForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ export default { passwordErrors: [], passwordRules: [ { message: t(this.appName, 'Incorrect password length: Required length is 8 to 32'), regex: /.{8,32}/ }, { message: t(this.appName, 'Backslashes can\'t be used in passwords.'), regex: /^(?!.*\\).*/ }, { message: t(this.appName, 'Password has invalid characters.'), regex: /^(?!.*\\).*/ }, ], isUsernameAvailable: false, processing: false, Loading