Rev 23 | Rev 3947 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!set wims_module_log=error: $error
!if bad_classtype=$error
Participant registration is not allowed in this zone.
!exit
!endif
!if no_class=$error
The class you have chosen does not seem to exist! If this is not a bug of the
software, then the class is expired, or you are playing with the site (in
this case, keep in mind that all your activities are logged).
!exit
!endif
!if complete=$error
The class you have chosen is complete. There is no available place for
you, sorry.
!exit
!endif
!if no_real=$error
You didn't give your name.
!exit
!endif
!if bad_login=$error
Your login name contains illegal characters. <p>
Please use a word containing only digits or letters without accent, and
without space between them.
!exit
!endif
!if bad_pass=$error
Your password contains illegal characters. <p>
Please use a word containing only digits or letters without accent, and
without space between them.
!exit
!endif
!if login_size=$error
Your login name is too
!if $n<4
short.
!else
long.
!endif
It must contain between 4 and 16 characters.
!exit
!endif
!if pass_size=$error
Your password is too
!if $n<4
short.
!else
long.
!endif
It must contain between 4 and 16 characters.
!exit
!endif
!if bad_classpass=$error
Your password for the class
<b><font color=green>$description</font></b>
of <b><font color=green>$institution</font></b>
is not correct. Therefore you don't have the right to register into this
class. Sorry.
!exit
!endif
!if login_double=$error
The login name ``<b><font color=green>$login</font></b>''
is already in use in the class
<p><center>
<b><font color=green>$description</font></b>
of <b><font color=green>$institution</font></b>.
</center> <p>
Please verify if you have already registered; otherwise, please
choose another login name.
!exit
!endif
!if pass_error=$error
The password you retyped does not correspond to the first one. Your
registration is hence ignored; please try again.
!exit
!endif
!if insert_fail=$error
The software has failed to insert your registration into the database.
There is an internal error.
<p>
Please report the problem to the
!mailurl $wims_site_manager site manager\
user registration failure
. Thanks!
!exit
!endif
!if site_complete=$error
The number of registered users has reached the limit allowed by this
site ($wims_user_limit). The registration service is therefore closed,
sorry. <p>
You may
!mailurl $wims_site_manager write to the site manager\
site user limit
asking him to increase this limit, or
!href $ connect to wims as a visitor
. <p>
!exit
!endif
!if internal_total=$error
Internal error of the software: failed to determine the number of registered
users.
!exit
!endif