Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: Allow Only a-zA-Z0-9 in usernames?

Quote Reply
Re: Allow Only a-zA-Z0-9 in usernames? In reply to
Hi Alex,

I have looked through all of the def files in the data/admin/def directory, and can't find a 'username' column mentioned anywhere in any of them? Including in the webmail_users.def?

The closest thing I've found is this:

'user' => {
'not_null' => '1',
'form_size' => '20',
'form_type' => 'TEXT',
'pos' => '2',
'binary' => '',
'size' => '255',
'form_display' => 'User Name',
'default' => '',
'type' => 'CHAR'
},

which if I'm right is the column that contains their 'full' user name including the @domainname.com after they've registered.

Is there another lot hiding somewhere that I can't find? Or is this the right one?

Cheers,
R.


Subject Author Views Date
Thread Allow Only a-zA-Z0-9 in usernames? ryel01 5835 Jul 25, 2001, 11:00 PM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
Alex 5704 Jul 26, 2001, 9:29 AM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
ryel01 5695 Jul 26, 2001, 1:39 PM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
dearnet 5700 Jul 26, 2001, 10:44 PM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
brewt 5689 Jul 27, 2001, 1:36 AM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
ryel01 5706 Jul 27, 2001, 3:07 AM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
Chaz 5650 Jul 27, 2001, 6:39 AM
Post Re: Allow Only a-zA-Z0-9 in usernames?
ryel01 5620 Jul 29, 2001, 2:54 AM
Post Re: [Chaz] Allow Only a-zA-Z0-9 in usernames?
anup123 5412 Aug 8, 2003, 1:17 PM
Thread Re: Allow Only a-zA-Z0-9 in usernames?
Alex 5668 Jul 27, 2001, 9:15 AM
Post Re: Allow Only a-zA-Z0-9 in usernames?
dearnet 5569 Jul 29, 2001, 10:45 AM