Skip to content

Commit

Permalink
Implemented fix of name -> email
Browse files Browse the repository at this point in the history
  • Loading branch information
smacz42 committed Mar 27, 2017
1 parent e4e45a0 commit bd80bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/SamlAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function authenticate(){


//Get attributes for SAML from configModel
$atrb_email = $this->configModel->get('samlauth_name_attribute');
$atrb_email = $this->configModel->get('samlauth_email_attribute');
$atrb_username = $this->configModel->get('samlauth_username_attribute');
$atrb_firstname = $this->configModel->get('samlauth_firstname_attribute');
$atrb_lastname = $this->configModel->get('samlauth_lastname_attribute');
Expand Down

0 comments on commit bd80bfa

Please sign in to comment.