Ignore:
Timestamp:
Sep 28, 2009, 9:22:59 PM (15 years ago)
Author:
Eric
Message:

[Bug 1041] Switchable double/single password input with text or password type in admin using new $conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r3720 r3935  
    317317// Define default method to use ('http' or 'html' in order to do redirect)
    318318$conf['default_redirect_method'] = 'http';
     319
     320// Define using double password type in admin's users management panel
     321$conf['double_password_type_in_admin'] = false;
    319322
    320323// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.