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
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to