A small hack in register.php to avoid frustration
- 
		Hi, I’ve had a few complaints from new members that upon registration, they would input Caps, hyphens and underscores in their username (Rob_1976) only to get “Only lowercase letters and numbers allowed” upon submitting the form. In order to circumvent this, I inserted the following in register.php: <p><b>* Only lowercase letters and numbers allowed</b></p>Below:: <input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value() ?>" />I hope that’ll take care of the problem and if someone knows of a better way to accomplish this, please do not hesitate to chip in. Cheers, Gene 
- The topic ‘A small hack in register.php to avoid frustration’ is closed to new replies.