Dzahn has submitted this change and it was merged. Change subject: phab-login screen, login message and old HTML ......................................................................
phab-login screen, login message and old HTML replace deprecated HTML (<font>, <center>) with inline CSS that passes validator.w3.org change login message and let it link to info about WMF SUL account and labs account Change-Id: I1480f13988ddddfbc6f204458296071ff1d84496 --- M modules/phabricator/templates/auth_log_message.erb 1 file changed, 7 insertions(+), 9 deletions(-) Approvals: Rush: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/phabricator/templates/auth_log_message.erb b/modules/phabricator/templates/auth_log_message.erb index c0efba2..e49e615 100644 --- a/modules/phabricator/templates/auth_log_message.erb +++ b/modules/phabricator/templates/auth_log_message.erb @@ -1,11 +1,9 @@ -<font size="10"><center> -<br> -<b> +<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="http://wikimediafoundation.org/wiki/Home">Wikimedia Foundation</a>. -</font><font size="5"> -<br> -<br> -<br> -Please click login to be connected with your existing credentials. -<center></b></font> +</div> + +<p style='font-weight:bold;font-size:0.9em;text-align:center'> +You can use your <a href="http://meta.wikimedia.org/wiki/Help:Unified_login">unified Wikimedia account</a> or your <a href="https://wikitech.wikimedia.org/wiki/Help:Getting_Started#Create_a_User_Account">Labs/LDAP user</a> to login. +</p> + -- To view, visit https://gerrit.wikimedia.org/r/147640 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1480f13988ddddfbc6f204458296071ff1d84496 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: 20after4 <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Chasemp <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
