Changeset 3507 in subversion


Ignore:
Timestamp:
Apr 19, 2010 2:08:26 PM (3 years ago)
Author:
alec
Message:
  • added password_dovecotpw_with_method option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/password/drivers/sql.php

    r3505 r3507  
    7171                return PASSWORD_CRYPT_ERROR; 
    7272            } 
    73             $newpass = trim(str_replace('{' . $method . '}', '', $newpass)); 
     73            if (!$rcmail->config->get('password_dovecotpw_with_method')) 
     74                $newpass = trim(str_replace('{' . $method . '}', '', $newpass)); 
    7475            unlink($tmpfile); 
    7576        } 
Note: See TracChangeset for help on using the changeset viewer.