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