Loading appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>Email Recovery</name> <summary>Email Recovery App</summary> <description><![CDATA[Email Recovery App]]></description> <version>12.3.4</version> <version>12.3.5</version> <licence>agpl</licence> <author mail="dev@murena.com" homepage="https://murena.com/">MURENA SAS</author> <namespace>EmailRecovery</namespace> Loading lib/Controller/EmailRecoveryController.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class EmailRecoveryController extends Controller { $this->recoveryEmailService->deleteRecoveryEmailReminderStartDate($userId); // If the user has been disabled due to recovery email setting we need to enable if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt())) { if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt($userId))) { $user->setEnabled(true); } Loading Loading
appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>Email Recovery</name> <summary>Email Recovery App</summary> <description><![CDATA[Email Recovery App]]></description> <version>12.3.4</version> <version>12.3.5</version> <licence>agpl</licence> <author mail="dev@murena.com" homepage="https://murena.com/">MURENA SAS</author> <namespace>EmailRecovery</namespace> Loading
lib/Controller/EmailRecoveryController.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class EmailRecoveryController extends Controller { $this->recoveryEmailService->deleteRecoveryEmailReminderStartDate($userId); // If the user has been disabled due to recovery email setting we need to enable if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt())) { if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt($userId))) { $user->setEnabled(true); } Loading