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)
Thu, Jul 25, 1:18 PM
Unknown Object (File)
Wed, Jul 24, 1:46 AM
Unknown Object (File)
Mon, Jul 22, 4:45 PM
Unknown Object (File)
Mon, Jul 22, 4:42 PM
Unknown Object (File)
Mon, Jul 15, 4:13 PM
Unknown Object (File)
Sun, Jul 7, 3:15 PM
Unknown Object (File)
Mon, Jul 1, 5:56 AM
Unknown Object (File)
Jun 17 2024, 1:30 PM
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