diff options
-rw-r--r-- | include/user.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/user.inc.php b/include/user.inc.php index 896a9752d..b6b6d1bcb 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -66,7 +66,9 @@ else } if ($user['is_the_guest'] and !$conf['guest_access'] - and (basename($_SERVER['PHP_SELF'])!='identification.php')) + and (basename($_SERVER['PHP_SELF'])!='identification.php') + and (basename($_SERVER['PHP_SELF'])!='password.php') + and (basename($_SERVER['PHP_SELF'])!='register.php')) { redirect (get_root_url().'identification.php'); } |