mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
keep within 80 columns
This commit is contained in:
parent
38605d8fea
commit
13c5d76096
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ disregard_network: False # use cache or error out if cache does not exist
|
|||
# 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: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
||||
auto_admin: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue