mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 14:43:01 +02:00
confd: add new factory user admin:admin
This patch adds a new user "admin" with the password "admin". The password is hashed with sha512 ($6) as a hint to new users attempting to change the password (avoid the weakest algorithms). Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
committed by
Joachim Wiberg
parent
f56ca0d0ca
commit
6adb508f37
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ietf-system:system": {
|
||||
"authentication": {
|
||||
"user": [
|
||||
{
|
||||
"name": "admin",
|
||||
"password": "$6$bKPp6xu45L1cmp70$fcwDhGZct4q8LxwPASf9iVHyWqnklcdjeYi/SupLo1K9nb.aAQUz48.3qTcW38XL6gQzfHyGoyeDG2orjPUwm1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user