Ignore:
Timestamp:
Sep 12, 2009, 6:57:18 PM (15 years ago)
Author:
Eric
Message:
  • Adding management of unvalidated users according time limit
  • Adding actions : Resend validation email with new key generation (reset of time limit), send reminder mail for validation (no new key generation), delete expired unvalidated users.

Note : There is still a problem with the display of a new validation link when using function "Resend validation email with new key generation"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/confirmmail.tpl

    r3836 r3841  
    4040                        <td>{'Email address'|@translate}</td>
    4141                        <td>{'Groups'|@translate}</td>
    42                         <!--<td>{'UserAdvManager_Indiv_Suppr'|@translate}</td>-->
     42                        <td>{'Registration'|@translate}</td>
    4343                        </tr>
    4444                        </thead>
     
    5454                        {foreach from=$user.plugin_columns item=data}
    5555                        <td>{$data}</td>
    56                 {/foreach}
    57                         <!--Todo - Display registration date -->
    58                                 <!--Unaffected column - Can be used in the future -->
    59                         <!--<td style="text-align:center;">-->
    60                         <!--<a href="{$user.U_ACTION}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/edit_s.png" class="button" style="border:none" alt="{'Profile'|@translate}" title="{'Profile'|@translate}" /></a>-->
    61                         <!--</td>-->
     56                        {/foreach}
     57                        <td style="text-align:center;">{$user.REGISTRATION}</td>
    6258                        </tr>
    6359                {/foreach}
Note: See TracChangeset for help on using the changeset viewer.