The following checks are performed before a new profile is created:
The username must contain between 3 and 15 characters
The entered email adress is an email adress (char '@' is included)
The password must contain the following properties: Min. length 6 characters, max. length 35 characters, at least 1 uppercase letter, at least 1 lowercase letter
for the password validation the 2nd entered password must be identical with the first one
Only if all the above properties are fullfilled, a new user will be created.
The following checks are performed before a new profile is created:
Only if all the above properties are fullfilled, a new user will be created.