mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-02 23:34:21 +00:00
fix(web): allow to change expired password from login page
This commit is contained in:
@@ -802,6 +802,7 @@ static SoProduct *commonProduct = nil;
|
||||
// If the action is 'connect' (or 'logoff'), we let it go as the token
|
||||
// needs to be created (or destroyed) during the session initialization
|
||||
if ([_actionName isEqualToString: @"connect"] ||
|
||||
[_actionName isEqualToString: @"changePassword"] ||
|
||||
[_actionName isEqualToString: @"logoff"])
|
||||
{
|
||||
return [super performActionNamed: _actionName];
|
||||
|
||||
Reference in New Issue
Block a user