Gossamer Forum
Home : Products : DBMan : Customization :

Email address instead of user name

Quote Reply
Email address instead of user name
I want all my users to use their email address in the user field. Is it possible, If possible can sombody help me?

Thanks
Quote Reply
Re: Email address instead of user name In reply to
It's probably not a good idea. The way the authorization routine works is that a file is created in the auth directory with the name of "username.AVeryLargeNumber". I don't think computers like having @ signs in their filenames and you'd probably run into trouble.

Also, unless you change the code you wouldn't have enough room to enter a whole email address. The script only allows for 12 characters. Many (if not most) email addresses are longer than that.


------------------
JPD