Ignore:
Timestamp:
Apr 30, 2011, 9:13:08 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2289 fixed - "Password in clear text in the information email" works now in the logical way
  • Plugin update improvement
  • New version 2.20.6 hard coded for publication
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r10391 r10706  
    858858  if (isset($conf_UAM[0]) and $conf_UAM[0] == 'true')
    859859  {
    860     if (isset($conf_UAM[35]) and $conf_UAM[35] == 'false') // Allow display of clear password in email
     860    if (isset($conf_UAM[35]) and $conf_UAM[35] == 'true') // Allow display of clear password in email
    861861    {
    862862      $infos1 = array(
Note: See TracChangeset for help on using the changeset viewer.