Plugin Directory

Changeset 665241


Ignore:
Timestamp:
02/08/2013 03:08:48 PM (13 years ago)
Author:
glatze
Message:

lost password recovery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • active-directory-integration/trunk/ad-integration.php

    r665236 r665241  
    344344            if (!$this->_enable_lost_password_recovery) {
    345345                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           
    349350            add_action('admin_print_styles', array(&$this, 'load_styles'));
    350351            add_action('admin_print_scripts', array(&$this, 'load_scripts'));
Note: See TracChangeset for help on using the changeset viewer.