Skip to content
Snippets Groups Projects
Commit 97e4647a authored by Thomas Müller's avatar Thomas Müller
Browse files

Update core/lostpassword/resetpassword.php

parent 395ea2a0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*/
$RUNTIME_NOAPPS = TRUE; //no apps
require_once('../../lib/base.php');
require_once '../../lib/base.php';
// Someone wants to reset their password:
if(isset($_GET['token']) && isset($_GET['user']) && OC_Preferences::getValue($_GET['user'], 'owncloud', 'lostpassword') === $_GET['token']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment