javier-HEG / PECI

A simplified interface for non-superadmin LimeSurvey users.
GNU General Public License v3.0
0 stars 0 forks source link

JS check on user online creation form #7

Open javier-HEG opened 12 years ago

javier-HEG commented 12 years ago

Check the user online creation form for correctness while the user is filling its fields. Typically this would mean, check the username for uniqueness, the email address for well-formedness and the re-entered password for coherence.

javier-HEG commented 12 years ago

There is a getuserlist() function that could be useful for checking the username.