[FreeBSD] Add a note for activating account

This commit is contained in:
Li-Wen Hsu 2019-09-11 10:53:34 +00:00 committed by Minsoo Choo
parent aa9840c0ad
commit 220531cedb
Signed by: minsoochoo
GPG key ID: 067C0F6A7D0BDDE3

View file

@ -639,10 +639,9 @@ final class PhabricatorAuthRegisterController
->setTitle(pht('Note to new registration')) ->setTitle(pht('Note to new registration'))
->appendChild( ->appendChild(
pht( pht(
'Due to spam, after creating new account, please send an email to '. 'Due to spam, after creating new account, please sent an email to '.
'<phabric-admin AT FreeBSD.org> from the registered email address '. '<phabric-admin AT FreeBSD.org> with your email address and '.
'and briefly describe your plan for using your account, '. 'briefly describe your plan to get your account activated.'));
'in order to have it activated.'));
$object_box = id(new PHUIObjectBoxView()) $object_box = id(new PHUIObjectBoxView())
->setForm($form) ->setForm($form)
@ -661,6 +660,7 @@ final class PhabricatorAuthRegisterController
->setFooter( ->setFooter(
array( array(
$welcome_view, $welcome_view,
$freebsd_view,
$invite_header, $invite_header,
$object_box, $object_box,
)); ));