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/locale/English/members-profile.php

    r738 r1060  
    1919$locale['422'] = "Statistics"; 
    2020$locale['423'] = "User Groups"; 
     21$locale['424'] = "Profile Error"; 
     22$locale['425'] = "Account Deactivated"; 
     23$locale['426'] = "Account Suspended"; 
    2124// Edit Profile 
    2225$locale['440'] = "Edit Profile"; 
     
    4144$locale['489'] = "Mailserver for domain %s doesn't accept email messages."; 
    4245$locale['490'] = "Email address %s does not exist<br>(according to the mailserver %s)."; 
     46$locale['491'] = "We have detected that your email address is no longer valid.<br />Your accounts will be deactivated in %s days."; 
     47$locale['499'] = "<br /><br />Please update your profile now."; 
    4348?> 
Note: See TracChangeset for help on using the changeset viewer.