Files
ubuntu-post-install/services
Claude 8203851049 Make authelia new-user temp passwords longer and more complex
30 characters, guaranteed at least 5 uppercase, 5 digits, and 5 special
characters, shuffled. Scoped to add_authelia_user() only via a small
local generator — deliberately not routed through lib/common.sh's
shared generate_password, since that one is alphanumeric-only by
design (its paired validate_password rejects special characters) and
plenty of other services embed its output unescaped into .env/YAML/URLs.
2026-08-17 05:09:34 +00:00
..