Forum OpenACS Q&A: Re: How to register users anonymously?

Collapse
Posted by Ryan Gallimore on
Thanks, Matt. I don't mind dup accounts so I may take your suggestion. I will require the username to be the e-mail address. Will this avoid dup accounts? Also, can I require a screen name and then feed that to first_names, last_name? ie
screen_name is 'perfect_user':

set first_names $screen_name
set last_name " "

Thanks