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