Defect #3715
closedLogin page should not show projects link and search box if authentication is required
0%
Description
If authentication is required then you can't reach any other page unless you have logged in. To avoid confusion for users and for a cleaner login page, the "Projects" link and "Search" box in the header menu should not appear. Any contribution to the header menu from plugins should also be suppressed.
Files
Related issues
Updated by Lucas Panjer about 15 years ago
- File 3715-1.diff 3715-1.diff added
simple approach attached in diff
Updated by Eric Davis about 15 years ago
Nice simple implementation. It would be good to add a short integration test for this to make sure they stay hidden in the future.
Updated by Lucas Panjer about 15 years ago
- File 3715-2.patch 3715-2.patch added
Added a test. The menu_manager test suite seemed like a roughly appropriate spot for it.
Adjusted change to remove the entire #quick-search. I don't see any point in leaving the div with no form.
The other approach to this issue is to ask each plugin to respect the login_required setting and adjust Redmine in the menu manager somewhere. This approach would preserve the ability to show menu items to unauthenticated users when login is required, which the approach in this patch does not allow.
Updated by Jean-Philippe Lang about 15 years ago
- Category set to UI
- Priority changed from Normal to Low
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next major release
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Target version changed from Candidate for next major release to 1.2.0
- Resolution set to Fixed
Patch committed in r5007. Test slightly edited and moved to layout_test
.