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