Menu

#44 disallow email in user name

v2,_Trinity
open
nobody
2
2003-04-13
2003-03-09
No

Idea: Suppose, email adresses would be disallowed as
user names. When somebody forget their email adress,
the reminder window doesn't need to contain " user
name or email address" choice, the php code could
decide.

Gain: slightly simplified user interface.

Importance: next to none, just an idea.

Code: if (eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]
+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", ...

Note: Please, don't disallow @ altogether.

Regards,
george

Discussion

  • George Brown

    George Brown - 2003-03-09
    • priority: 5 --> 1
     
  • David Recordon

    David Recordon - 2003-04-13
    • priority: 1 --> 2
     
  • David Recordon

    David Recordon - 2003-04-13
    • milestone: --> v2,_Trinity
     

Log in to post a comment.