diff options
Diffstat (limited to 'app/view/templates/user.php')
-rw-r--r-- | app/view/templates/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/user.php b/app/view/templates/user.php index 026a0de..957f17f 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -59,7 +59,7 @@ foreach ($userlist as $user ) { </td> <td> - <input type="password" name="password" placeholder="<?= str_repeat('°', $user->password('int')) ?>" minlength="4" maxlength="64" > + <input type="password" name="password" placeholder="<?= str_repeat('⦁', $user->password('int')) ?>" minlength="4" maxlength="64" > </td> <td> |