mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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({
|
AccountsTemplates.configure({
|
||||||
defaultLayout: 'userFormsLayout',
|
defaultLayout: 'userFormsLayout',
|
||||||
defaultContentRegion: 'content',
|
defaultContentRegion: 'content',
|
||||||
confirmPassword: false,
|
confirmPassword: true,
|
||||||
enablePasswordChange: true,
|
enablePasswordChange: true,
|
||||||
sendVerificationEmail: true,
|
sendVerificationEmail: true,
|
||||||
showForgotPasswordLink: true,
|
showForgotPasswordLink: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue