Ignore:
Timestamp:
Oct 24, 2013, 12:01:51 AM (11 years ago)
Author:
Eric
Message:

Next version is 2.5.1 :

  • Improve workflow when account is locked and a password renewal is set
  • Add missing translation keys
  • Update it_IT, thanks to : Ericnet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Password_Policy/main.inc.php

    r25090 r25104  
    2727add_event_handler('get_admin_plugin_menu_links', 'PP_admin_menu');
    2828
     29// Display messages on index page
     30// ------------------------------
     31add_event_handler('init', 'PP_InitPage');
     32
    2933// Features and controls on user connexion
    3034// ---------------------------------------
    3135add_event_handler('loc_begin_index', 'PP_Init');
    32 
    33 // Display messages on index page
    34 // ------------------------------
    35 add_event_handler('init', 'PP_InitPage');
    3636
    3737// Check users registration
     
    4343  add_event_handler('loc_begin_profile', 'PP_Profile_Init');
    4444}
    45 
    46 // Redirection to profile page
    47 // ---------------------------
    48 add_event_handler('login_success', 'PP_LoginTasks',EVENT_HANDLER_PRIORITY_NEUTRAL+10, 1);
    4945
    5046// Security option : Count of login failure and lock account after x attempt
Note: See TracChangeset for help on using the changeset viewer.