Changeset 665241
- Timestamp:
- 02/08/2013 03:08:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
active-directory-integration/trunk/ad-integration.php
r665236 r665241 344 344 if (!$this->_enable_lost_password_recovery) { 345 345 add_action('lost_password', array(&$this, 'disable_function')); 346 } 347 add_action('retrieve_password', array(&$this, 'disable_function')); 348 add_action('password_reset', array(&$this, 'disable_function')); 346 add_action('retrieve_password', array(&$this, 'disable_function')); 347 add_action('password_reset', array(&$this, 'disable_function')); 348 } 349 349 350 add_action('admin_print_styles', array(&$this, 'load_styles')); 350 351 add_action('admin_print_scripts', array(&$this, 'load_scripts'));
Note: See TracChangeset
for help on using the changeset viewer.