View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035587 | mantisbt | administration | public | 2025-03-15 14:07 | 2025-03-16 06:43 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035587: Access Denied page's Login button has Invalid URL when triggered from Admin pages | ||||
Description | When access_denied() is called from an admin page, the Login button returns a 404 because auth_login_page() returns a relative URL and the login page does not exist under | ||||
Tags | No tags attached. | ||||
MantisBT: master 9cdc361a 2025-03-15 14:09 Details Diff |
Fix Login URL from access denied page login button When access_denied() is called from an admin page, the Login button returns a 404 because auth_login_page() returns a relative URL and the login page does not exist under /admin. Fixes 0035587 |
Affected Issues 0035587 |
|
mod - core/access_api.php | Diff File | ||
MantisBT: master 2f75ab6d 2025-03-16 06:42 Details Diff |
Fix login page redirection from admin page When an unauthenticated user tries to access the admin page, they are redirected to the login page, but this was broken by use of absolute URL introduced in commit 9cdc361a80b2a3fa614ca2648a97342bd0a18236. Fixes 0035587 |
Affected Issues 0035587 |
|
mod - core/access_api.php | Diff File |