Skip to content

Commit f979b3d

Browse files
committed
Inform users of username
1 parent 081b3b7 commit f979b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/applications/auth/controller/PhabricatorAuthRegisterController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function handleRequest(AphrontRequest $request) {
505505
$form->appendChild(
506506
id(new AphrontFormMarkupControl())
507507
->setLabel(pht('Username'))
508-
->setValue($value_username)
508+
->setValue('automatically set based on email address')
509509
->setError($e_username));
510510
}
511511

@@ -538,7 +538,7 @@ public function handleRequest(AphrontRequest $request) {
538538
if ($can_edit_email) {
539539
$form->appendChild(
540540
id(new AphrontFormTextControl())
541-
->setLabel(pht('Email'))
541+
->setLabel(pht('Email (public information)'))
542542
->setName('email')
543543
->setValue($value_email)
544544
->setCaption(PhabricatorUserEmail::describeAllowedAddresses())

0 commit comments

Comments
 (0)