[6.1b1]
There's a config setting to allow special characters.
If special characters are not allowed, only "A-Z", "a-z", "0-9" and "_" are permitted.
If special characters are allowed, the only exclusions are " " (non-breaking space), "<", ">", leading space and trailing space.
If you want to allow spaces without allowing other special characters, you would need to change adduser.php. Look at the section of code starting with "// No special characters".
Last edited by Dave_L; 09/02/2002 2:46 PM.