Loading lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ use OCP\AppFramework\Http\DataResponse; use OCP\AppFramework\Http\RedirectResponse; use OCP\AppFramework\Http\TemplateResponse; use OCP\AppFramework\Services\IInitialState; use OCP\Files\IAppData; use OCP\IConfig; use OCP\ILogger; use OCP\IRequest; Loading @@ -28,7 +29,6 @@ use OCP\ISession; use OCP\IURLGenerator; use OCP\IUserSession; use OCP\L10N\IFactory; use OCP\Files\IAppData; class AccountController extends Controller { protected $appName; Loading src/signup/RegistrationForm.vue +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +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: /^(?!.*\\).*/ }, ], isUsernameAvailable: false, processing: false, Loading Loading
lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ use OCP\AppFramework\Http\DataResponse; use OCP\AppFramework\Http\RedirectResponse; use OCP\AppFramework\Http\TemplateResponse; use OCP\AppFramework\Services\IInitialState; use OCP\Files\IAppData; use OCP\IConfig; use OCP\ILogger; use OCP\IRequest; Loading @@ -28,7 +29,6 @@ use OCP\ISession; use OCP\IURLGenerator; use OCP\IUserSession; use OCP\L10N\IFactory; use OCP\Files\IAppData; class AccountController extends Controller { protected $appName; Loading
src/signup/RegistrationForm.vue +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +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: /^(?!.*\\).*/ }, ], isUsernameAvailable: false, processing: false, Loading