Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [bretzke] resend email validation?

Quote Reply
Re: [bretzke] resend email validation? In reply to
GForum actually has a resend email validation action, so you dont need a plugin.

here's the code I use... I just added it to the user profile template, but you could add it to the main category_list template as well if you wanted. This form just targets the resend_validation action.

Code:


<%if user_val_code%>
<form method="post" action="<%script_name%>">
<%hidden_form%>
<input type="hidden" name="do" value="resend_validation">
<input type="hidden" name="user_username" value="<%user_username%>">

<br><div class=txt style="border: 1px solid red; padding: 5px;">
<strong class=err>IMPORTANT</strong>: Your Christianity.com Forums account has not yet been validated. Your account needs to be validated
before you are given posting priviledges in our public forums. You can request to have your validation code resent if you never recieved a validation email or have accidentally deleted it.
<br>
<br>
<input class="submit" type="submit" value="Resend Validation Code"><br>

</div>
</form>
<%endif%>
--
Christianity.com Forums
Subject Author Views Date
Thread resend email validation? bretzke 3537 Nov 11, 2002, 1:30 PM
Thread Re: [bretzke] resend email validation?
ellipsiiis 3444 Nov 11, 2002, 6:45 PM
Thread Re: [ellipsiiis] resend email validation?
Paul 3360 Mar 18, 2003, 8:38 AM
Post Re: [Paul] resend email validation?
ellipsiiis 3362 Mar 18, 2003, 11:50 AM
Thread Re: [bretzke] resend email validation?
joet 3346 Mar 18, 2003, 2:49 PM
Thread Re: [joet] resend email validation?
Paul 3361 Mar 18, 2003, 4:14 PM
Post Re: [Paul] resend email validation?
yogi 3343 Mar 19, 2003, 12:10 AM