Rev 14341 | Rev 15698 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14341 | Rev 15049 | ||
---|---|---|---|
Line 126... | Line 126... | ||
126 | prop=yes |
126 | prop=yes |
127 | !endif |
127 | !endif |
128 | !else |
128 | !else |
129 | !!FIXME |
129 | !!FIXME |
130 | !if $idp_method isitemof $idp_method_list and ($up_firstname=$empty or $up_lastname=$empty) |
130 | !if $idp_method isitemof $idp_method_list and ($up_firstname=$empty or $up_lastname=$empty) |
131 | !! I am not sure of what we must do : priority to the idp or to the modification of the teacher |
131 | !! I am not sure of what we must do : priority to the idp or to the modification of the teacher ? |
132 | !distribute item $up_firstname, $up_lastname into up_firstname_ , $up_lastname_ |
132 | !distribute item $up_firstname, $up_lastname into up_firstname_ , $up_lastname_ |
133 | !read adm/class/idp_$idp_method $up_external_auth |
133 | !read adm/class/idp_$idp_method $up_external_auth |
134 | !if $up_lastname_!=$empty |
134 | !if $up_lastname_!=$empty |
135 | up_lastname=$up_lastname_ |
135 | up_lastname=$up_lastname_ |
136 | !endif |
136 | !endif |