[FreeBSD] Inform users of username
This commit is contained in:
parent
ba8fdae6df
commit
129a4fd436
|
@ -546,7 +546,7 @@ final class PhabricatorAuthRegisterController
|
|||
$form->appendChild(
|
||||
id(new AphrontFormMarkupControl())
|
||||
->setLabel(pht('Username'))
|
||||
->setValue($value_username)
|
||||
->setValue('automatically set based on email address')
|
||||
->setError($e_username));
|
||||
}
|
||||
|
||||
|
@ -579,7 +579,7 @@ final class PhabricatorAuthRegisterController
|
|||
if ($can_edit_email) {
|
||||
$form->appendChild(
|
||||
id(new AphrontFormTextControl())
|
||||
->setLabel(pht('Email'))
|
||||
->setLabel(pht('Email (public information)'))
|
||||
->setName('email')
|
||||
->setValue($value_email)
|
||||
->setCaption(PhabricatorUserEmail::describeAllowedAddresses())
|
||||
|
|
Loading…
Reference in a new issue