Skip to content

Commit

Permalink
Enter new password 2 times when registering.
Browse files Browse the repository at this point in the history
Thanks to sh2515 and xet7 !

Fixes #2378
  • Loading branch information
xet7 committed Sep 6, 2021
1 parent 4f164a4 commit 0da84f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AccountsTemplates.addFields([
AccountsTemplates.configure({
defaultLayout: 'userFormsLayout',
defaultContentRegion: 'content',
confirmPassword: false,
confirmPassword: true,
enablePasswordChange: true,
sendVerificationEmail: true,
showForgotPasswordLink: true,
Expand Down

0 comments on commit 0da84f8

Please sign in to comment.