[Owncloud] Password Reset - BUG in MAIL

Christian Callejon christian at callejon.com.ar
Thu Dec 15 17:32:46 UTC 2011


I found an 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