mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 18:24:21 +01:00
Fixed Disable Self-Registration. Added Disable Forgot Password to same Admin Panel page.
Thanks to xet7 ! Fixes #3971, fixes #2839
This commit is contained in:
parent
9ca8d78514
commit
b85db43c47
6 changed files with 74 additions and 4 deletions
|
|
@ -63,6 +63,11 @@ template(name="webhookSettings")
|
|||
|
||||
template(name="general")
|
||||
ul#registration-setting.setting-detail
|
||||
li
|
||||
a.flex.js-toggle-forgot-password
|
||||
.materialCheckBox(class="{{#if currentSetting.disableForgotPassword}}is-checked{{/if}}")
|
||||
|
||||
span {{_ 'disable-forgot-password'}}
|
||||
li
|
||||
a.flex.js-toggle-registration
|
||||
.materialCheckBox(class="{{#if currentSetting.disableRegistration}}is-checked{{/if}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue