MantisBT: master-1.2.x aa34cdfd

Author Committer Branch Timestamp Parent
jreese jreese master-1.2.x 2009-09-12 20:13 master-1.2.x 3773caf4
Affected Issues  0010930: User verification results in redirection loop
Changeset

Fix 0010930: Fix verification redirect loop

User verification was logging out the user, and then calling auth_api
functions that implicitly logged in the anonymous user, resulting in an
endless redirection loop. By adding a parameter to the appropriate
auth_api function, the verification page can specify that the anonymous
user should not be implicitly logged in.

mod - core/authentication_api.php Diff File