Docker Hub:
GitHub:
Credits:
Generate your password using an Argon2 Hash Generator such as https://argon2.online/. Use the same settings when generating you set in the Authentication_Backend/File/Password section of your Authelia Configuration.yml file.
Tip: If using the site linked above, ensure you hit the gear to populate the salt field, and hit it again to change it between each password. Use the encoded form output in the users_database.yml file.
users: #Can create as many users as you like and name them whatever you want
user1:
password: $argon2id$v=19$m=512,t=1,p=2$NkRsQ3JncWVjeUwyMmVXYg$x4QnA2ZDwzPVwLewCYoE4MXa/UJOD0jBjSv1GM7+5fA
displayname: user1
email: [email protected]
groups:
- any_group
user2:
password: $argon2id$v=19$m=512,t=1,p=2$OW1ucmlnQWVYVmxZd3lYWA$KBcMPjOhtvEij5uB5bmBPvsYnSItCQ1sH0DeeXuflDg
displayname: user2
email: [email protected]
groups:
- any_group