[Owncloud] Reset Password - Mail problem

Christian Callejon christian at cooperativacalf.com.ar
Thu Dec 15 17:30:08 UTC 2011


I found a error in core/lostpassword/index.php version 2.0.1

         // Original
         //$email = OC_Preferences::getValue($_POST['user'], 
'lostpassword', 'email', '');

         // Correct
         $email = OC_Preferences::getValue($_POST['user'], 'settings', 
'email', '');

Christian





More information about the Owncloud mailing list