Skip to content
Snippets Groups Projects
Commit c3f2ad47 authored by Laurent's avatar Laurent
Browse files

dev #40971 cannot handle secure password in popup context

parent 866e4117
Branches
Tags
3 merge requests!2334Master,!2178Dev#40971 pouvoir prendre l email comme identifiant alternatif cctp agglo2b,!2174Dev#40971 pouvoir prendre l email comme identifiant alternatif cctp agglo2b
Pipeline #1627 canceled with stage
in 5 minutes and 46 seconds
......@@ -630,7 +630,8 @@ abstract class Auth_Strategy_Abstract {
$password_not_secure = Class_WebService_SIGB_Nanook_PatronPasswordNotSecure::getInstance();
if ($message = $password_not_secure->getMessage())
if (($message = $password_not_secure->getMessage())
&& !$this->controller->view->isPopup())
return $this->controller->onPasswordNotSecure($message,
$password_not_secure->getPattern());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment