Spage has uploaded a new change for review.

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


Change subject: Default to new login and create account forms
......................................................................

Default to new login and create account forms

Use the new vertically-stacked forms. Users can still override by
appending &useNew=0 to the URL.

This is temporary because we will remove the old code.

Bug 46333

Change-Id: I2f4cb4032871737f96f3d28a8fd974f1d8ba4ccc
---
M wmf-config/InitialiseSettings.php
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/40/65340/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0802b3e..67b70c6 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12660,6 +12660,16 @@
     'foundationwiki' => '!^https?://(www\.)?wikimediafoundation\.org/!',
 ),
 
+// (bug 46333) Enable new look Login and Create account forms by default
+// Append ?useNew=0 to switch back.
+'wgUseVFormCreateAccount' => array(
+       'default' => true,
+),
+'wgUseVFormUserLogin' => array(
+       'default' => true,
+),
+
+
 );
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f4cb4032871737f96f3d28a8fd974f1d8ba4ccc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to