############################################################### # Users Database # ############################################################### # Template - Replace with your actual user information # Generate password hash with: docker run authelia/authelia:latest authelia crypto hash generate pbkdf2 --password 'yourpassword' users: admin: # Change this username displayname: "Administrator" password: "GENERATE_NEW_PASSWORD_HASH" # Replace with actual hash email: your-email@example.com # Replace with your email groups: - admins - users