MantisBT: master 429448ee

Author Committer Branch Timestamp Parent
jreese jreese master 2009-12-17 16:17 master dc279856
Affected Issues  0010930: User verification results in redirection loop
 0011031: Can not view changelog page without login as user
Changeset

Fix regression of issue 0010930 in commit 0085bcd7

The initial fixes for 0010930 and issue 0011031 did not take into account
the usage of auth_is_user_authenticated() in multiple locations during
the core bootstrap routines. By defining and looking for a global flag,
rather than an argument to the function, we fix both the problems and
the regression.

mod - core.php Diff File
mod - core/authentication_api.php Diff File
mod - verify.php Diff File