Homec4science

Allow installs to configure an arbitrary block of HTML to show on the login…

Authored by epriestley <git@epriestley.com> on Aug 15 2012, 04:11.

Description

Allow installs to configure an arbitrary block of HTML to show on the login screen

Summary: For secure.phabricator.com, I've wanted to put up a "you can use demo/demo" message for a while. Wikimedia also wants to add some custom login instructions.

Test Plan:
Configured this:

'auth.login-message' =>
  '<div style="width: 50%; margin: 1em auto; padding: 1em; border: 1px solid green; background: #dfffdf;">'.
    '<strong>Welcome!</strong> Lorem ipsum...'.
  '</div>',

...got this:

{F17167}

Reviewers: btrahan, vrana

Reviewed By: btrahan

CC: aran, jeremyb

Maniphest Tasks: T1637

Differential Revision: https://secure.phabricator.com/D3288

Details

Committed
epriestley <git@epriestley.com>Aug 15 2012, 04:11
Pushed
aubortJan 31 2017, 17:16
Parents
rPH375400802b7d: Register commits as Diffusion fact objects
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHd5aaa54d0b8f: Allow installs to configure an arbitrary block of HTML to show on the login… (authored by epriestley <git@epriestley.com>).Aug 15 2012, 04:11