MantisBT: master f409ea2a

Author Committer Branch Timestamp Parent
vboctor vboctor master 2016-11-06 07:19 master b5bf07b7
Affected Issues  0021854: Re-authenticating when visiting manage page should re-use login page
Changeset

Re-authentication flow should re-use login page

This changes removes a redundant re-authentication page in favor of the standard login page.
This removes redundant code and makes it easier for plugins or custom authentication
schemes to plugin into one place for providing extra functionality.

Fixes 0021854

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