Ignore:
Timestamp:
Dec 9, 2010, 10:46:14 PM (13 years ago)
Author:
Eric
Message:

Pre Branch 2.16 modifications in trunk:

  • Automation of user cleanup and downgrade tasks
File:
1 edited

Legend:

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

    r7955 r8065  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.16.0-alpha
     4Version: 2.16.0b
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216
     
    4747
    4848// Redirection to profile page
    49 add_event_handler('login_success', 'RedirectToProfile');
     49add_event_handler('login_success', 'UAM_LoginTasks');
     50
    5051
    5152// *** 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.