Damn its early in the morning :D Oh well! Register works with a callback function. shows which fields are correctly filled in and which not yet. It runs quite smooth. Off to bed now!
@ -11,19 +11,23 @@ welcome_message = "Welcome! Please fill in the following fields to get your new
username_tag="Desired Username"
username_tag="Desired Username"
username_tooltip="5-12 lower-case characters and numbers. The login (username) you create here will be your login name. The name of your game characters will be chosen later on."
username_tooltip="5-12 lower-case characters and numbers. The login (username) you create here will be your login name. The name of your game characters will be chosen later on."
username_default="Username"
password_tag="Desired Password"
password_tag="Desired Password"
password_tooltip="Pick a hard to guess password (5-20 characters)."
password_tooltip="Pick a hard to guess password (5-20 characters)."
password_message="Password must be 5-20 characters."
password_message="Password must be 5-20 characters."
password_default="Password"
cpassword_tag="Confirm Password"
cpassword_tag="Confirm Password"
cpassword_tooltip="Retype your Password"
cpassword_tooltip="Retype your Password"
cpassword_message="Retype your Password"
cpassword_message="Retype your Password"
cpassword_default="Re-enter Password"
email_tag="Email Address"
email_tag="Email Address"
email_tooltip="Email Address to which a confirmation email will be sent."
email_tooltip="Email Address to which a confirmation email will be sent."
email_message="Please verify that the e-mail address you enter here is valid and will remain valid in the future. It will only be used to manage your Ryzom Core account."
email_message="Please verify that the e-mail address you enter here is valid and will remain valid in the future. It will only be used to manage your Ryzom Core account."
email_default="Email"
tac_tag="YES, I agree to the terms of service."
tac_tag="YES, I agree to the <a href="toc.php">terms of service.</a>"
tac_message="You must accept the Terms of Service."
tac_message="You must accept the Terms of Service."