Skip to content
Snippets Groups Projects
Commit d4c3647f authored by André Lahmann's avatar André Lahmann
Browse files

* remove cat_password check in Shibboleth Auth Plugin as not every ILS...

* remove cat_password check in Shibboleth Auth Plugin as not every ILS requiress a password (consistent requirements according to ILSAuthenticator)
parent 0b4e3e74
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@ class Shibboleth extends AbstractBase
}
// Save credentials if applicable:
if (!empty($catPassword) && !empty($user->cat_username)) {
if (!empty($user->cat_username)) {
$user->saveCredentials($user->cat_username, $catPassword);
}
......
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