mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +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
|
|
@ -10,6 +10,7 @@ Meteor.publish('setting', () => {
|
|||
{
|
||||
fields: {
|
||||
disableRegistration: 1,
|
||||
disableForgotPassword: 1,
|
||||
productName: 1,
|
||||
hideLogo: 1,
|
||||
customLoginLogoImageUrl: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue