Foxtrott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/276908

Change subject: Change the default value for $wgUseCombinedLoginLink to true
......................................................................

Change the default value for $wgUseCombinedLoginLink to true

Do not show the "Create account" link. It clutters the personal toolbar. The
functionality is available via the "Log in" link.

Bug: T121793
Change-Id: Iaea7ea071d4784814a6180a357f2628e517b6623
---
M RELEASE-NOTES-1.27
M includes/DefaultSettings.php
2 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/08/276908/1

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index a1614d0..96be2fd 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -98,6 +98,7 @@
 * $wgEnotifUseJobQ was removed and the job queue is always used.
 * The functionality of the ApiSandbox extension has been merged into core. The
   extension should no longer be used.
+* Default value for $wgUseCombinedLoginLink changed to true
 
 === New features in 1.27 ===
 * $wgDataCenterUpdateStickTTL was also added. This decides how long a user
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index c04602c..0e0d5cc 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -3330,10 +3330,10 @@
 /**
  * Login / create account link behavior when it's possible for anonymous users
  * to create an account.
- *  - true = use a combined login / create account link
- *  - false = split login and create account into two separate links
+ *  - true = only show the login link
+ *  - false = have separate links for login and create account
  */
-$wgUseCombinedLoginLink = false;
+$wgUseCombinedLoginLink = true;
 
 /**
  * Display user edit counts in various prominent places.

-- 
To view, visit https://gerrit.wikimedia.org/r/276908
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaea7ea071d4784814a6180a357f2628e517b6623
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <s7ep...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to