Rev 17230 | 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 | |||
3 | !if $error=bad_password |
||
4 | Password not recognized. Please try again after a few seconds. |
||
3049 | bpr | 5 | <form action="#" name="chrono"> |
4003 | bpr | 6 | <span class="wims_warning">$wims_name_warning</span>! Any password sent within the next 5 seconds |
23 | reyssat | 7 | will be rejected! |
17230 | bpr | 8 | <input size="1" name="clock" disabled> </form> |
23 | reyssat | 9 | !exit |
10 | !endif |
||
11 | |||
12 | !if $error=in_exam |
||
13 | You cannot change class when you are taking exams. |
||
14 | !exit |
||
15 | !endif |
||
16 | |||
17 | !if $error=recent_rafale |
||
18 | This account is locked for 10 minutes due to irregular activities. |
||
19 | !exit |
||
20 | !endif |
||
21 | |||
4360 | guerimand | 22 | !if $error=no_cgu |
5372 | bpr | 23 | You have not yet accepted the General Conditions of Usage of this server (GCU). |
24 | Please accept the General Conditions of Usage of this server (GCU) before registering . |
||
4360 | guerimand | 25 | !form reply |
26 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 27 | [ |
4360 | guerimand | 28 | !href cmd=help $name_seecgu |
29 | ] |
||
30 | !let save_logincgu=$auth_user |
||
17230 | bpr | 31 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave"></div> |
9471 | bpr | 32 | |
5926 | bpr | 33 | !formend |
4360 | guerimand | 34 | !exit |
35 | !endif |
||
36 | |||
5351 | guerimand | 37 | !if $error=bad_loginmail |
9471 | bpr | 38 | Your login is incorrect or you have forgotten to provide a valid email address. |
17230 | bpr | 39 | <br> |
5372 | bpr | 40 | Ask your teacher for a new password. |
41 | <form action="#" name="chrono"> |
||
42 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
||
17230 | bpr | 43 | <input size="1" name="clock" disabled> </form> |
5351 | guerimand | 44 | !exit |
45 | !endif |
||
46 | |||
13868 | obado | 47 | !if $error=bad_cas_connexion |
48 | There was a problem during the CAS connection. |
||
49 | !! ticket can be expired, or already used, etc... |
||
50 | <div class="tt">$response</div> |
||
51 | !exit |
||
52 | !endif |
||
53 | |||
17386 | guerimand | 54 | !if $error=fullexamplecls |
55 | !! TODO_lang |
||
56 | !changeto lang/msg.phtml.fr |
||
57 | !exit |
||
58 | !endif |
||
59 | |||
23 | reyssat | 60 | !msg $error |