Rev 13142 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13142 | Rev 13143 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | !endif |
22 | !endif |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !if $idp_method isitemof $idp_method_list |
25 | !if $idp_method isitemof $idp_method_list |
26 | !read adm/class/idp_$idp_method $user_auth |
26 | !read adm/class/idp_$idp_method $user_auth |
- | 27 | !if $idp_method!=php |
|
27 |
|
28 | firstname=$up_firstname |
28 |
|
29 | lastname=$up_lastname |
29 |
|
30 | email=$up_email |
- | 31 | !endif |
|
30 | !endif |
32 | !endif |
31 | 33 | ||
32 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
34 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
33 | ($new_user=yes and $pass=$empty) |
35 | ($new_user=yes and $pass=$empty) |
34 | login= |
36 | login= |