Rev 5926 | Rev 9471 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=ERROR $error |
2 | |||
4003 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if $error=bad_password |
||
6 | Password not recognized. Please try again after a few seconds. |
||
3049 | bpr | 7 | <form action="#" name="chrono"> |
4003 | bpr | 8 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
23 | reyssat | 9 | will be rejected! |
6235 | bpr | 10 | <input size="1" name="clock" /> </form> |
23 | reyssat | 11 | !exit |
12 | !endif |
||
13 | |||
14 | !if $error=in_exam |
||
15 | You cannot change class when you are taking exams. |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $error=recent_rafale |
||
20 | This account is locked for 10 minutes due to irregular activities. |
||
21 | !exit |
||
22 | !endif |
||
23 | |||
4360 | guerimand | 24 | !if $error=no_cgu |
5372 | bpr | 25 | You have not yet accepted the General Conditions of Usage of this server (GCU). |
26 | Please accept the General Conditions of Usage of this server (GCU) before registering . |
||
4360 | guerimand | 27 | !form reply |
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 29 | [ |
4360 | guerimand | 30 | !href cmd=help $name_seecgu |
31 | ] |
||
32 | !let save_logincgu=$auth_user |
||
6235 | bpr | 33 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave" /></div> |
5926 | bpr | 34 | |
35 | !formend |
||
4360 | guerimand | 36 | !exit |
37 | !endif |
||
38 | |||
5351 | guerimand | 39 | !if $error=bad_loginmail |
5372 | bpr | 40 | Your login is incorrect or you have forgotten to provide a valid email address. |
6235 | bpr | 41 | <br /> |
5372 | bpr | 42 | Ask your teacher for a new password. |
43 | <form action="#" name="chrono"> |
||
44 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
||
6235 | bpr | 45 | <input size="1" name="clock" /> </form> |
5351 | guerimand | 46 | !exit |
47 | !endif |
||
48 | |||
23 | reyssat | 49 | !msg $error |