Ticket #1487823: same-password.patch
| File same-password.patch, 391 bytes (added by dennylin93, 2 years ago) |
|---|
-
password.php
old new 204 204 205 205 private function _save($curpass, $passwd) 206 206 { 207 if ($curpass == $passwd) 208 return; 209 207 210 $config = rcmail::get_instance()->config; 208 211 $driver = $this->home.'/drivers/'.$config->get('password_driver', 'sql').'.php'; 209 212
