Steps to reproduce
- Go to https://office.wikimedia.org/ as a logged out user
- Select the user menu
Observed:
Log in link appears twice. No other links appear.
Expected:
Developer notes
- Replicate locally with $wgGroupPermissions['*']['read'] = false;
- In hooks where we unset( $content_navigation['user-menu']['login'] ); we will also need to `unset( $content_navigation['user-menu']['login-private'] );
QA
You can test this in beta at https://vote.wikimedia.beta.wmflabs.org/wiki/Main_Page
For production test in office.wikimedia.org
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T287585#7277858 |
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T287585#7277862 |






