Skip to content
Snippets Groups Projects
Commit aefff169 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

changed the cas registration so middle initial isn't displayed

parent 164f3946
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@
//if ($user_create)
//{
// $name = $ldap_user_info['firstname'];
$name = $pf_user_info->displayName;
$name = $pf_user_info->cn;
// if (isset($ldap_user_info['lastname']))
// {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment