by jonathanroz » Mon Apr 13, 2009 4:22 pm
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>