mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix Forgot Password to be optional.
Thanks to xet7 !
This commit is contained in:
parent
00efbf00d3
commit
9bd6879455
1 changed files with 4 additions and 0 deletions
|
@ -11,9 +11,13 @@ Settings.attachSchema(
|
|||
new SimpleSchema({
|
||||
disableRegistration: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
disableForgotPassword: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
defaultValue: false,
|
||||
},
|
||||
'mailServer.username': {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue