1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-02 23:49:19 +01:00
phorge-phorge/src/applications/auth/message
epriestley ced416cc73 Allow Auth messages to have detailed descriptions and default values, then give "Email Login" both
Summary:
Depends on D20664. Ref T13343. There's a reasonable value for the default "Email Login" auth message (generic "you reset your password" text) that installs may reasonably want to replace. Add support for a default value.

Also, since it isn't completely obvious where this message shows up, add support for an extended description and explain what's going on in more detail.

Test Plan:
  - Viewed message detail page, saw more detailed information.
  - Sent mail (got default), overrode message and sent mail (got custom message), deleted message (got default again).

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13343

Differential Revision: https://secure.phabricator.com/D20665
2019-07-19 15:39:21 -07:00
..
PhabricatorAuthEmailLoginMessageType.php Allow Auth messages to have detailed descriptions and default values, then give "Email Login" both 2019-07-19 15:39:21 -07:00
PhabricatorAuthEmailSetPasswordMessageType.php Allow installs to customize mail body guidance in the "Email Login" and "Set Password" emails 2019-07-19 15:37:43 -07:00
PhabricatorAuthLinkMessageType.php When users follow an email login link but an install does not use passwords, try to get them to link an account 2019-02-15 14:41:31 -08:00
PhabricatorAuthLoginMessageType.php Add "Auth Messages" to support customizing onboarding/welcome flows 2019-01-18 19:53:19 -08:00
PhabricatorAuthMessageType.php Allow Auth messages to have detailed descriptions and default values, then give "Email Login" both 2019-07-19 15:39:21 -07:00
PhabricatorAuthWaitForApprovalMessageType.php Add support for custom "Wait for Approval" instructions 2019-05-16 10:41:52 -07:00
PhabricatorAuthWelcomeMailMessageType.php Allow installs to customize mail body guidance in the "Email Login" and "Set Password" emails 2019-07-19 15:37:43 -07:00