Alexandros Kosiaris has submitted this change and it was merged. Change subject: Put clearer Login/Register instructions on the Phabricator login page ......................................................................
Put clearer Login/Register instructions on the Phabricator login page Bug: T545 Change-Id: I29f349629a8561bfa95c1e5560d104d2100f1414 --- M modules/phabricator/templates/auth_log_message_dual.erb 1 file changed, 6 insertions(+), 6 deletions(-) Approvals: Alexandros Kosiaris: Verified; Looks good to me, approved Qgil: Looks good to me, but someone else must approve diff --git a/modules/phabricator/templates/auth_log_message_dual.erb b/modules/phabricator/templates/auth_log_message_dual.erb index 47d37c5..96eca2e 100644 --- a/modules/phabricator/templates/auth_log_message_dual.erb +++ b/modules/phabricator/templates/auth_log_message_dual.erb @@ -1,9 +1,9 @@ -<div style='font-weight:bold;font-size:1.8em;text-align:center'> -This <a href="http://phabricator.org/">Phabricator</a> portal is managed by the -<a href="//wikimediafoundation.org/wiki/Home">Wikimedia Foundation</a>. +<div style="font-weight:bold;font-size:1.8em;text-align:center"> +Login or register to Wikimedia Phabricator </div> -<p style='font-weight:bold;font-size:0.9em;text-align:center'> -You can use your <a href="//meta.wikimedia.org/wiki/Help:Unified_login">unified Wikimedia account</a> or your <a href="//wikitech.wikimedia.org/wiki/Help:Getting_Started#Create_a_User_Account">Labs/LDAP user</a> to login. +<p style="font-size:1.1em;text-align:center;line-height:1.5;padding:10px"> + Click the MediaWiki button below to connect your <a href="//meta.wikimedia.org/wiki/Help:Unified_login">Wikimedia unified account</a>.<br> + Alternatively, you can introduce your <a href="//wikitech.wikimedia.org">Labs/Gerrit</a> LDAP credentials.<br> + In case of doubt, check the Phabricator Help: <a href="//www.mediawiki.org/wiki/Phabricator/Help#Creating_your_account">Creating your account</a>. </p> - -- To view, visit https://gerrit.wikimedia.org/r/194126 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I29f349629a8561bfa95c1e5560d104d2100f1414 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Chasemp <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Qgil <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
