1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/auth/controller
epriestley c8320923c4 Implement most of the administrative UI for approval queues
Summary:
Nothing fancy here, just:

  - UI to show users needing approval.
  - "Approve" and "Disable" actions.
  - Send "Approved" email on approve.
  - "Approve" edit + log operations.
  - "Wait for Approval" state for users who need approval.

There's still no natural way for users to end up not-approved -- you have to write directly to the database.

Test Plan: See screenshots.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7573
2013-11-13 11:24:18 -08:00
..
config Clarify registration rules more aggressively when configuring auth 2013-11-12 10:56:47 -08:00
PhabricatorAuthConfirmLinkController.php Update Form Layouts 2013-08-26 11:53:11 -07:00
PhabricatorAuthController.php Remove dust from page construction 2013-08-19 18:09:35 -07:00
PhabricatorAuthLinkController.php Remove dust from page construction 2013-08-19 18:09:35 -07:00
PhabricatorAuthLoginController.php Handle user aborts during auth workflows in Phabricator 2013-09-03 10:30:39 -07:00
PhabricatorAuthNeedsApprovalController.php Implement most of the administrative UI for approval queues 2013-11-13 11:24:18 -08:00
PhabricatorAuthOldOAuthRedirectController.php Make old GitHub OAuth URIs work for now 2013-06-21 06:11:57 -07:00
PhabricatorAuthRegisterController.php Roadblock users trying to register with external accounts that have invalid emails 2013-11-12 14:36:49 -08:00
PhabricatorAuthStartController.php Remove dust from page construction 2013-08-19 18:09:35 -07:00
PhabricatorAuthUnlinkController.php Move all account link / unlink to new registration flow 2013-06-17 06:12:45 -07:00
PhabricatorAuthValidateController.php Implement new auth login flow and login validation controller 2013-06-16 10:15:33 -07:00
PhabricatorDisabledUserController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorEmailLoginController.php Update Form Layouts 2013-08-26 11:53:11 -07:00
PhabricatorEmailTokenController.php Replace some hsprintf() by phutil_tag() 2013-11-11 09:23:23 -08:00
PhabricatorEmailVerificationController.php Improve handling of email verification and "activated" accounts 2013-11-12 14:37:04 -08:00
PhabricatorLogoutController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorMustVerifyEmailController.php Improve handling of email verification and "activated" accounts 2013-11-12 14:37:04 -08:00
PhabricatorRefreshCSRFController.php Delete license headers from files 2012-11-05 11:16:51 -08:00