Enter new password 2 times when registering.

Thanks to sh2515 and xet7 !

Fixes #2378
This commit is contained in:
Lauri Ojansivu 2021-09-07 00:08:45 +03:00
parent 4f164a46a6
commit 0da84f8f3e

View file

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