mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Point out that the user name is public when registering
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
36f26033d8
commit
6c95fa3d1e
1 changed files with 3 additions and 0 deletions
|
@ -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)):
|
||||
|
|
Loading…
Add table
Reference in a new issue