Page 1 of 1
User Registration Form

Posted:
Sat Jan 31, 2009 10:40 pm
by SoulKeeper
Really need the feature
all users that come can register through user registration form...
and admin can set what new created users can do...
As soon as possible... Please do that...

Posted:
Mon Apr 06, 2009 10:47 am
by Phenomen
yeah.. it will be great if users could register yourself with default "new user" template.

Posted:
Mon Apr 13, 2009 4:22 pm
by jonathanroz
This could be done very simply by just adding a Mailto link on the login page that is customizable.
Clicking the link will open an email to the admin using whatever email program the user has.
Example Form:
<FORM NAME=Request User ID ACTION="mailto:admin@mysite.com" METHOD=POST TARGET=code ENCTYPE=text/plain>
<INPUT NAME="ID" TYPE="text" VALUE="Requested Username" SIZE=25 MAXLENGTH=25><BR>
<INPUT NAME="How did you hear?" TYPE="text" VALUE="How you heard of this site" SIZE=50 MAXLENGTH=50>
<INPUT TYPE="submit" VALUE="Submit Form"><BR>
<INPUT TYPE="reset" VALUE="Reset Form"><BR>
</FORM>

Posted:
Tue Apr 14, 2009 2:45 am
by awpti
Um, don't think he wants an email.
He wants the user to be able to register with the default template applied.

Posted:
Tue Apr 14, 2009 4:17 am
by jonathanroz
Yeah I was trying to think of a way to simplify a request function for SoulKeeper to at least give him a workaround.
I agree it would be nice to have a new user submit form. For now I have people login with a guest account and they can email me if they want one under their name.
I guess it would depend on the volume of new users you get.

Posted:
Thu Apr 23, 2009 2:14 am
by jonathanroz
I do agree this would be a very nice feature.