Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
aurweb
Commits
6c95fa3d
Commit
6c95fa3d
authored
Nov 05, 2017
by
Lukas Fleischer
Browse files
Point out that the user name is public when registering
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
36f26033
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/template/account_edit_form.php
View file @
6c95fa3d
...
...
@@ -20,6 +20,9 @@
<label
for=
"id_username"
>
<?=
__
(
"Username"
)
?>
:
</label>
<input
type=
"text"
size=
"30"
maxlength=
"
<?=
config_get_int
(
'options'
,
'username_max_len'
);
?>
"
name=
"U"
id=
"id_username"
value=
"
<?=
htmlspecialchars
(
$U
,
ENT_QUOTES
)
?>
"
/>
(
<?=
__
(
"required"
)
?>
)
</p>
<p>
<em>
<?=
__
(
"Your user name is the name you will use to login. It is visible to the general public, even if your account is inactive."
)
?>
</em>
</p>
<?php
# Only TUs or Devs can promote/demote/suspend a user
if
(
has_credential
(
CRED_ACCOUNT_CHANGE_TYPE
))
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment