Rev 5136 | Rev 5775 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5136 | Rev 5150 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !read adm/class/hashlogin $user_auth,$class,$login_method |
18 | !read adm/class/hashlogin $user_auth,$class,$login_method |
19 | !endif |
19 | !endif |
20 | !endif |
20 | !endif |
21 | 21 | ||
22 | !if $idp_method isitemof $idp_method_list |
22 | !if $idp_method isitemof $idp_method_list |
23 | !read idp_$idp_method $user_auth |
23 | !read adm/class/idp_$idp_method $user_auth |
24 | firstname=$up_firstname |
24 | firstname=$up_firstname |
25 | lastname=$up_lastname |
25 | lastname=$up_lastname |
26 | email=$up_email |
26 | email=$up_email |
27 | !endif |
27 | !endif |
28 | 28 |