mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
keep within 80 columns
This commit is contained in:
parent
c3a3fe585a
commit
38605d8fea
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ download_timeout: 100
|
|||
# Users and Passwords
|
||||
|
||||
iiab_admin_user: iiab-admin
|
||||
# Obtain a password hash with: python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# Obtain a password hash with:
|
||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
# iiab_admin_passw_hash:
|
||||
auto_admin: True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue