Rev 13050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13050 | Rev 13142 | ||
---|---|---|---|
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 |
|
27 | !default firstname=$up_firstname |
28 |
|
28 | !default lastname=$up_lastname |
29 |
|
29 | !default email=$up_email |
30 | !endif |
30 | !endif |
31 | 31 | ||
32 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
32 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
33 | ($new_user=yes and $pass=$empty) |
33 | ($new_user=yes and $pass=$empty) |
34 | login= |
34 | login= |