Browse Source

Enter new password 2 times when registering.

Thanks to sh2515 and xet7 !

Fixes #2378
Lauri Ojansivu 3 years ago
parent
commit
0da84f8f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/accounts.js

+ 1 - 1
config/accounts.js

@@ -24,7 +24,7 @@ AccountsTemplates.addFields([
 AccountsTemplates.configure({
   defaultLayout: 'userFormsLayout',
   defaultContentRegion: 'content',
-  confirmPassword: false,
+  confirmPassword: true,
   enablePasswordChange: true,
   sendVerificationEmail: true,
   showForgotPasswordLink: true,