Skip to content

Commit

Permalink
Merge pull request #1 from smacz42/fix_email_value
Browse files Browse the repository at this point in the history
Implemented fix of name -> email
  • Loading branch information
5p4k authored Jan 11, 2018
2 parents e4e45a0 + bd80bfa commit e2310a5
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 e2310a5

Please sign in to comment.