Ignore:
Timestamp:
Feb 9, 2011, 9:35:46 PM (13 years ago)
Author:
Eric
Message:

Bug 1666 fixed : New option to add a customized text in email sent when users lost their password

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r8110 r9135  
    4949add_event_handler('login_success', 'UAM_LoginTasks');
    5050
     51// Adding customized text to lost password email
     52add_event_handler('render_lost_password_mail_content', 'UAM_lost_password_mail_content');
    5153
    5254// *** Important ! This is necessary to make email exclusion work in admin's users management panel ***
Note: See TracChangeset for help on using the changeset viewer.