mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
support reset password by email reset link
This commit is contained in:
@@ -33,6 +33,10 @@ export function isUserRegistrationEnabled() {
|
||||
return getServerSetting('r') === '1';
|
||||
}
|
||||
|
||||
export function isUserForgetPasswordEnabled() {
|
||||
return getServerSetting('f') === '1';
|
||||
}
|
||||
|
||||
export function isDataExportingEnabled() {
|
||||
return getServerSetting('e') === '1';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user