diff options
| author | 2025-11-03 00:00:28 +0100 | |
|---|---|---|
| committer | 2025-11-03 00:00:28 +0100 | |
| commit | 430ab511f8d99cb910739863a911f8081daeb262 (patch) | |
| tree | 46acf309d7267c79322c3eab0a4dbe0c913d3150 /app | |
| parent | 04c55fa1b84b75445642de9ec0e2532d10e72dc0 (diff) | |
Update manage.phtml (#8185)
I think that the placeholder for new user names should not be "demo". An empty field is good enough IMHO
<img width="825" height="533" alt="grafik" src="https://github.com/user-attachments/assets/e2bde73b-4472-4bf7-ac4e-81138f3d9a3f" />
<img width="866" height="516" alt="grafik" src="https://github.com/user-attachments/assets/f7586470-d0e8-4962-9e5f-5aa6912670d3" />
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/user/manage.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index 2c2354b3a..db5b8c7dd 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -42,7 +42,7 @@ <label class="group-name" for="new_user_name"><?= _t('admin.user.username') ?></label> <div class="group-controls"> <input id="new_user_name" name="new_user_name" type="text" size="16" required="required" autocomplete="off" - pattern="<?= FreshRSS_user_Controller::USERNAME_PATTERN ?>" placeholder="demo" /> + pattern="<?= FreshRSS_user_Controller::USERNAME_PATTERN ?>"> </div> </div> |
