Skip to content

Instantly share code, notes, and snippets.

@githubsaturn
Created November 25, 2022 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save githubsaturn/fc69f7bbbf51306decd8a5aa2d1e680d to your computer and use it in GitHub Desktop.
Save githubsaturn/fc69f7bbbf51306decd8a5aa2d1e680d to your computer and use it in GitHub Desktop.
users:
user1: #username for user 1. change to whatever you'd like
displayname: "User Name 1" #whatever you want the display name to be
password: "$argon2i$v=19$m=1024,t=1,p=8$eTQ3MXdqOGFiaDZoMUtMVw$OeHWQSg9zGKslOepe5t4D1T9BZJjHA1Z+doxZrZYDgI" #generated at https://argon2.online/
email: youremail@gmail.com #whatever your email address is
groups: #enter the groups you want the user to be part of below
- admins
- dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment