Changeset 1060 in ExiteCMS for trunk/locale/English/admin/members.php


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/admin/members.php

    r814 r1060  
    1717// Options 
    1818$locale['415'] = "Edit this user's profile"; 
    19 $locale['416'] = "UnBan this user"; 
    20 $locale['417'] = "Ban this user"; 
     19$locale['416'] = "Activate this account"; 
     20$locale['417'] = "Ban this member"; 
    2121$locale['418'] = "Delete this user"; 
    2222$locale['419'] = "Activate the account"; 
     
    2727// Ban/Unban/Delete Member 
    2828$locale['430'] = "Ban Imposed"; 
    29 $locale['431'] = "Ban Removed"; 
     29$locale['431'] = "Account Reactivated"; 
    3030$locale['432'] = "Member Deleted"; 
    3131$locale['433'] = "Are you sure you wish to delete this member?"; 
Note: See TracChangeset for help on using the changeset viewer.