Page 1 of 1

Registry and Login Tool... I need help

Posted: Wed Feb 27, 2019 4:33 pm
by Garfield
I need your help please.

I have the following two problems ...

The Login Tool does not accept umlauts at Fullname. Whether Unicode (UTF-8) or US / Western European (ISO-8859-1).

By User-defined profile fields it accept umlauts...

in Germany we have many umlauts... ;)

secondly:

I want to change the username in e-mail address, which would work ... @ is accepted but dott not, if I see it correctly... (/ ^ [A-Za-z0-9 _! @ $] { 1.50} $ /

I would like to do this It is easier for user registration and login. I just have to remember the password. But if I forget the username, I can not request it like the password.

But what I really want: I want to do it like almost everywhere I see it, instead of username, the mail address and a password for registry and login.

It seems that's not possibly or is it?

Many thanks for your help.

Re: Registry and Login Tool... I need help

Posted: Wed Feb 27, 2019 5:19 pm
by Pablo
For security reasons, the built-in script only supports alphanumeric characters. Allowing more characters will make the script less secure.
if you need different behavior then you will have to modify the script yourself.

You can customize the scripts by converting the login form with 'convert to form'.

Re: Registry and Login Tool... I need help

Posted: Wed Feb 27, 2019 8:21 pm
by Garfield
But how do it all the others. Everywhere on all websites ist for the registration only the e-mail-adresse and a passwort nessesserly.

Maybe this answer will help me ...

Many Thanks

Re: Registry and Login Tool... I need help

Posted: Wed Feb 27, 2019 9:09 pm
by Pablo
I'm sorry, I cannot help you to modify the script.
The built-in scripts provide a generic solution, if you need different behavior then you will have to make those changes yourself.