mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Enter new password 2 times when registering.
Thanks to sh2515 and xet7 ! Fixes #2378
This commit is contained in:
parent
4f164a46a6
commit
0da84f8f3e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ AccountsTemplates.addFields([
|
|||
AccountsTemplates.configure({
|
||||
defaultLayout: 'userFormsLayout',
|
||||
defaultContentRegion: 'content',
|
||||
confirmPassword: false,
|
||||
confirmPassword: true,
|
||||
enablePasswordChange: true,
|
||||
sendVerificationEmail: true,
|
||||
showForgotPasswordLink: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue