mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
feat(password-recovery): Fix dictionary with nil value issue. Changed parameter to SOGoPasswordRecoveryEnabled
This commit is contained in:
@@ -757,7 +757,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
|
||||
- (BOOL) isPasswordRecoveryEnabled
|
||||
{
|
||||
return [self boolForKey: @"SOGoPasswordRecovery"];
|
||||
return [self boolForKey: @"SOGoPasswordRecoveryEnabled"];
|
||||
}
|
||||
|
||||
- (NSArray *) passwordRecoveryDomains
|
||||
|
||||
Reference in New Issue
Block a user