Ignore:
Timestamp:
11/05/07 21:36:09 (5 years ago)
Author:
hverton
Message:

Added a feature to handle invalid member email addresses. Once a user has been marked to have an invalid address, a login will redirect to the edit_profile module and the user will be prompted to correct the address. If this doesn't happen within 90 days, the user account will be deactivated and will disappear from the member lists. The account is not deleted or disabled, a login will reactivate the account again (and the 90 day countdown timer will start again).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.setuser.tpl

    r954 r1060  
    2121        <title>{$settings.sitename}</title> 
    2222        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /> 
    23         <meta http-equiv='refresh' content='{$refresh}; url=index.php' /> 
     23        <meta http-equiv='refresh' content='{$refresh}; url={$url}' /> 
    2424        {include file='_stylesheets.tpl'} 
    2525    </head> 
     
    3636                {$error} 
    3737                {$locale.183} 
    38                 {if $error != ""}<br /><br />[ <a href='/index.php'>{$locale.184}</a> ]{/if} 
     38                {if $error != ""}<br /><br />[ <a href='{$url}'>{$locale.184}</a> ]{/if} 
    3939                <br /><br /> 
    4040                </center> 
Note: See TracChangeset for help on using the changeset viewer.