Opened 10 years ago
Closed 10 years ago
#7341 closed defect (bug) (wontfix)
404 instead of login screen
| Reported by: | atmojones | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Route Parser | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
To reproduce: clean wordpress install, buddypress plugin, 2016 theme. Login and go to a restricted area (i.e. http://example.com/members/[username]/settings/ ), and everything looks fine. Log out and revisit the URL and instead of being prompted to log in you are given a 404 page.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is by design. BuddyPress doesn't have UI for in-page login scenario, only in a widget.
Restricted area should not exist for logged out users, that is why it returns 404.
I believe you can dive into hooks and redefine this behaviour, if you need.