Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Feature request || bug

Quote Reply
Feature request || bug
Hmm, the forum's interface is getting better and better...

Alex, I've sent you two emails this week from freemail.gossamer-threads.com as user with funny usernames.
I notised, that join.cgi allows users to have usernames that contain not valid characters for email address like ~, ®, ™, etc.
I am not going to use join, and login from GMail (I'll use centralized user database), but for other users would be better if you add some general validation rules for username and password fields.
Some general rules like:
- No characters other than A-Za-z0.-_ (did I miss something?) in username.
- No spaces in password.
- Password cannot be the same as username for obvious reasons.
- Password must be more than 6 characters.
- Better email address validation. Usually I use this regexp:
Code:
/^[A-Z0-9][\-\.\_A-Z0-9]*\@\[?[\-\.A-Z0-9]+\.([A-Z]{2,3}|[^0-9]{1,3})\]?$/i
It's just suggestion and it's really easy to implement in your current application.


rgrdz,
.\\ike
Subject Author Views Date
Thread Feature request || bug TukBa 3616 Sep 13, 2001, 10:12 AM
Thread Re: [TukBa] Feature request || bug
Paul 3536 Sep 13, 2001, 10:51 AM
Thread Re: [PaulWilson] Feature request || bug
TukBa 3535 Sep 13, 2001, 11:04 AM
Post Re: [TukBa] Feature request || bug
Paul 3530 Sep 13, 2001, 11:14 AM
Thread Re: [TukBa] Feature request || bug
Paul 3546 Sep 13, 2001, 11:17 AM
Thread Re: [PaulWilson] Feature request || bug
TukBa 3538 Sep 13, 2001, 11:32 AM
Thread Re: [TukBa] Feature request || bug
Paul 3529 Sep 13, 2001, 11:45 AM
Thread Re: [PaulWilson] Feature request || bug
Alex 3531 Sep 13, 2001, 4:06 PM
Thread Re: [Alex] Feature request || bug
Paul 3509 Sep 14, 2001, 3:40 AM
Post Re: [PaulWilson] Feature request || bug
Alex 3513 Sep 14, 2001, 8:45 AM