Skip to content
Snippets Groups Projects
Commit c543d8d6 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #532 from finc/shibboleth_save_catalog_user_without_password

Remove cat_password check in Shibboleth Auth Plugin
parents d71924f3 d4c3647f
Branches
Tags
No related merge requests found
...@@ -122,7 +122,7 @@ class Shibboleth extends AbstractBase ...@@ -122,7 +122,7 @@ class Shibboleth extends AbstractBase
} }
// Save credentials if applicable: // Save credentials if applicable:
if (!empty($catPassword) && !empty($user->cat_username)) { if (!empty($user->cat_username)) {
$user->saveCredentials($user->cat_username, $catPassword); $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