Skip to main navigation Skip to main content Skip to page footer

Entwickler Version

Bitte testen Sie es immer vor dem Stellen einer Frage auch mit der aktuellen Entwicklerversion

Autor  
7-12-07 10:43:13 How to restrict login to alphanum?
Cray Flatline
And I need to force users to
create logins (i.e. UserName) not only uniqueGlobal, but only using
{a-z,A-Z,0-9,-,_ -} letters
I found in API that this condition is called alphanum_x. But I can't
understand how I can write it in TS so it will check this way. Please
help me...
7-12-07 11:08:36 use parseValues
Franz Holzinger
You must override the default setup for parseValues

parseValues {
username = alphanum_x
}
8-12-07 21:19:30 Thanks! And Error question...
Cray Flatline
I tried you write - it works! (: thanks a lot. But I need now error message for it. Now it shows error message from atLeast (:
I tried
plugin.tx_srfeuserregister_pi1._LOCAL_LANG.ru {
evalErrors_alphanum_username = use only alphanumeric
}
but it doesn't work ): Can you help me with it?
20-12-07 17:29:28 Any chances to answer? (:
Cray Flatline
Subj...
11-01-08 20:59:28 test environment
Franz Holzinger
I need access to a test environment to see about it. It takes too time to setup a similar case here.
< Zurück zum Forum