Ticket #1487823: same-password.patch

File same-password.patch, 391 bytes (added by dennylin93, 2 years ago)
  • password.php

    old new  
    204204 
    205205    private function _save($curpass, $passwd) 
    206206    { 
     207        if ($curpass == $passwd) 
     208            return; 
     209 
    207210        $config = rcmail::get_instance()->config; 
    208211        $driver = $this->home.'/drivers/'.$config->get('password_driver', 'sql').'.php'; 
    209212