clusev/resources/views/livewire/modals
boban d08670270e feat(accounts): let the operator set a new user's password directly
The Add-account modal only ever generated a one-time password — there was no way to set
one. Add an optional password field (with a show/hide toggle):

- blank → previous behaviour: a strong one-time password is generated, the account is
  flagged must_change_password, and the clear text is revealed once.
- filled → that becomes the user's own login (validated min 12 / mixed case / digit);
  must_change_password stays false (no forced rotation) and nothing is revealed.

Browser-verified: the modal shows the password field + hint; both paths covered by tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 20:29:15 +02:00
..
.gitkeep feat: scaffold — Dockerized Laravel 13 + Livewire 3 + Tailwind 4 + Reverb 2026-06-12 00:31:50 +02:00
add-ssh-key.blade.php feat(ssh-keys): name an added SSH key so it is identifiable 2026-06-25 00:53:49 +02:00
confirm-action.blade.php feat(security): signed confirm-action tokens + airtight backup-code reveal 2026-06-15 18:35:33 +02:00
create-server.blade.php feat(files): image preview in the file manager; modal polish 2026-06-14 23:10:37 +02:00
create-user.blade.php feat(accounts): let the operator set a new user's password directly 2026-06-25 20:29:15 +02:00
edit-credential.blade.php feat(files): image preview in the file manager; modal polish 2026-06-14 23:10:37 +02:00
fail2ban-ban.blade.php feat(i18n): bilingual foundation (DE/EN) + localize auth/dashboard/servers/fleet/account 2026-06-13 22:36:16 +02:00
fail2ban-bans.blade.php feat(fail2ban): lazy-load Gesperrte IPs modal behind a skeleton 2026-06-15 03:05:35 +02:00
fail2ban-config.blade.php i18n: complete DE/EN localization (modals, shell, backend) + v0.3.0 2026-06-13 23:27:42 +02:00
file-editor.blade.php feat(files): image preview in the file manager; modal polish 2026-06-14 23:10:37 +02:00
firewall-rule.blade.php i18n: complete DE/EN localization (modals, shell, backend) + v0.3.0 2026-06-13 23:27:42 +02:00
hardening-action.blade.php i18n: complete DE/EN localization (modals, shell, backend) + v0.3.0 2026-06-13 23:27:42 +02:00
host-shell.blade.php fix(terminal): make the saved host-login state unmistakable in the modal 2026-06-25 20:08:50 +02:00
recovery-codes.blade.php feat(security): signed confirm-action tokens + airtight backup-code reveal 2026-06-15 18:35:33 +02:00
ssh-key-provision.blade.php feat(files): image preview in the file manager; modal polish 2026-06-14 23:10:37 +02:00
system-update.blade.php i18n: complete DE/EN localization (modals, shell, backend) + v0.3.0 2026-06-13 23:27:42 +02:00