Rev 12623 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if $cancel!=$empty |
12617 | bpr | 2 | !reset cancel, login, lastname, firstname, email, pass, pass2 |
3 | job=first |
||
4 | !changeto jobs/$job.proc |
||
23 | reyssat | 5 | !endif |
6 | |||
7 | !if $confirm=$empty |
||
12617 | bpr | 8 | !reset login, lastname, firstname, email, pass, pass2 |
9 | !exit |
||
23 | reyssat | 10 | !endif |
11 | |||
12 | up_supervisable=yes |
||
13 | new_user=yes |
||
5125 | bpr | 14 | !if $auth_method isitemof $auth_method_list |
12623 | bpr | 15 | pass=!randint 100000,999999 |
16 | pass2=$pass |
||
5125 | bpr | 17 | !endif |
23 | reyssat | 18 | |
13515 | guerimand | 19 | !reset up_supervise |
23 | reyssat | 20 | !read scripts/adduser.proc |
21 | !read adm/gateway/mkteacherlist |
||
22 | |||
23 | !if $error!=$empty |
||
12617 | bpr | 24 | !exit |
23 | reyssat | 25 | !endif |
26 | |||
27 | job=teacher |
||
28 | !changeto jobs/$job.proc |