Linkify Registration Email

Summary: Missed this in previous pass. Send these as links in HTML emails.

Test Plan: Register a new user that nees approval.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10815
This commit is contained in:
Chad Little
2014-11-07 14:16:30 -08:00
parent fbc175aa6e
commit 4307d6816d
9 changed files with 16 additions and 16 deletions

View File

@@ -558,12 +558,12 @@ final class PhabricatorAuthRegisterController
'administrator.',
$user->getUsername()));
$body->addTextSection(
$body->addLinkSection(
pht('APPROVAL QUEUE'),
PhabricatorEnv::getProductionURI(
'/people/query/approval/'));
$body->addTextSection(
$body->addLinkSection(
pht('DISABLE APPROVAL QUEUE'),
PhabricatorEnv::getProductionURI(
'/config/edit/auth.require-approval/'));