Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
bugfix in forgot process
Browse files Browse the repository at this point in the history
  • Loading branch information
labby committed Oct 27, 2016
1 parent 8c3455a commit ca90c52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions upload/account/new_password.php
Expand Up @@ -46,10 +46,6 @@
define('MENU_TITLE', $MENU['FORGOT']);
define('VISIBILITY', 'public');

if(!FRONTEND_LOGIN) {
header('Location: '.LEPTON_URL.'/index.php');
exit(0);
}

// Set the page content include file
define('PAGE_CONTENT', LEPTON_PATH.'/account/new_password_form.php');
Expand Down
4 changes: 0 additions & 4 deletions upload/account/save_new_password.php
Expand Up @@ -56,10 +56,6 @@
define('MENU_TITLE', $MENU['FORGOT']);
define('VISIBILITY', 'public');

if(!FRONTEND_LOGIN) {
header('Location: '.LEPTON_URL.'/index.php');
exit(0);
}

// Set the page content
if(isset($_POST['hash']) && ($_POST['hash'] != "") ) {
Expand Down

0 comments on commit ca90c52

Please sign in to comment.