mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
feat(password-recovery): Add password recovery with secret question or secondary email
This commit is contained in:
@@ -792,7 +792,12 @@ static SoProduct *commonProduct = nil;
|
||||
// needs to be created (or destroyed) during the session initialization
|
||||
if ([_actionName isEqualToString: @"connect"] ||
|
||||
[_actionName isEqualToString: @"changePassword"] ||
|
||||
[_actionName isEqualToString: @"logoff"])
|
||||
[_actionName isEqualToString: @"logoff"] ||
|
||||
[_actionName isEqualToString: @"passwordRecovery"] ||
|
||||
[_actionName isEqualToString: @"passwordRecoveryEmail"] ||
|
||||
[_actionName isEqualToString: @"passwordRecoveryCheck"] ||
|
||||
[_actionName isEqualToString: @"passwordRecoveryEnabled"]
|
||||
)
|
||||
{
|
||||
return [super performActionNamed: _actionName];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user