[FreeBSD] Add a note for activating account
This commit is contained in:
parent
aa9840c0ad
commit
220531cedb
|
@ -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,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue