Page MenuHomePhabricator

Persist login instructions onto flow-specific login pages (username/password and LDAP)
ClosedPublic

Authored by epriestley on Oct 25 2019, 1:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 12:24 PM
Unknown Object (File)
Sun, Apr 28, 10:26 PM
Unknown Object (File)
Sun, Apr 28, 5:35 AM
Unknown Object (File)
Sun, Apr 21, 10:27 AM
Unknown Object (File)
Sun, Apr 21, 1:09 AM
Unknown Object (File)
Sat, Apr 20, 11:50 AM
Unknown Object (File)
Fri, Apr 19, 2:02 PM
Unknown Object (File)
Fri, Apr 19, 3:20 AM
Subscribers
None

Details

Summary

Fixes T13433. Currently, "Login Screen Instructions" in "Auth" are shown only on the main login screen. If you enter a bad password or bad LDAP credential set and move to the flow-specific login failure screen (for example, "invalid password"), the instructions vanish.

Instead, persist them. There are reasonable cases where this is highly useful and the cases which spring to mind where this is possibly misleading are fairly easy to fix by making the instructions more specific.

Test Plan
  • Configured login instructions in "Auth".
  • Viewed main login screen, saw instructions.
  • Entered a bad username/password and a bad LDAP credential set, got kicked to workflow sub-pages and still saw instructions (previously: no instructions).
  • Grepped for other callers to buildProviderPageResponse() to look for anything weird, came up empty.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable