Skip to content
Snippets Groups Projects
Commit 282c3490 authored by llaffont's avatar llaffont
Browse files

L'authentification SIGB est faite en premier pour permettre la récupération...

L'authentification SIGB est faite en premier pour permettre la récupération des mails à la connexion
parent e1388808
No related merge requests found
......@@ -40,7 +40,7 @@ class ZendAfi_Auth extends Zend_Auth {
public function getOrderedAdaptersForLoginPassword($login, $password) {
return [ $this->newAuthDb(), $this->newAuthSIGB() ];
return [ $this->newAuthSIGB(), $this->newAuthDb() ];
}
......
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