Rev 5351 | Rev 5734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5351 | Rev 5372 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | This account is locked for 10 minutes due to irregular activities. |
20 | This account is locked for 10 minutes due to irregular activities. |
21 | !exit |
21 | !exit |
22 | !endif |
22 | !endif |
23 | 23 | ||
24 | !if $error=no_cgu |
24 | !if $error=no_cgu |
25 |
|
25 | You have not yet accepted the General Conditions of Usage of this server (GCU). |
26 |
|
26 | Please accept the General Conditions of Usage of this server (GCU) before registering . |
27 | !form reply |
27 | !form reply |
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
29 | [ |
29 | [ |
30 | !href cmd=help $name_seecgu |
30 | !href cmd=help $name_seecgu |
31 | ] |
31 | ] |
Line 36... | Line 36... | ||
36 | </form> |
36 | </form> |
37 | !exit |
37 | !exit |
38 | !endif |
38 | !endif |
39 | 39 | ||
40 | !if $error=bad_loginmail |
40 | !if $error=bad_loginmail |
41 |
|
41 | Your login is incorrect or you have forgotten to provide a valid email address. |
42 |
|
42 | <br> |
43 |
|
43 | Ask your teacher for a new password. |
44 |
|
44 | <form action="#" name="chrono"> |
45 |
|
45 | <span class="wims_warning">$wims_name_warning</span> !Please wait for 5 seconds before typing the password again. |
46 |
|
46 | <input size=1 name="clock"> </form> |
47 | !exit |
47 | !exit |
48 | !endif |
48 | !endif |
49 | 49 | ||
50 | !msg $error |
50 | !msg $error |
51 | - |