- resp.delete_cookie('mfa_trust') aus /logout entfernt
- Cookie wird nur noch bei MFA-Deaktivierung/Passwort-Reset gelöscht
- Debug-Prints entfernt, users.json aufgeräumt
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"admin": {
|
|
"password_hash": "scrypt:32768:8:1$JNEBAJBSSigcWCxK$4809dcc38b2abcaa3f6397d052560f9f59dedf7c95cf99b61bac0df08a65b64287907522841cbb23e06b36760814007d5757542db1c968a8536be7fd6604a382",
|
|
"role": "admin",
|
|
"sites": [],
|
|
"must_change_password": false,
|
|
"mfa_enabled": false,
|
|
"mfa_recovery_codes": [
|
|
"923EFA",
|
|
"AED258",
|
|
"E8EAF6",
|
|
"A659E6",
|
|
"946F07",
|
|
"880C07",
|
|
"FC204A",
|
|
"1D09D7"
|
|
],
|
|
"mfa_secret": "VOLBXT7HYK6BXBD32EGW7CMFLVD53QON",
|
|
"trusted_devices": []
|
|
},
|
|
"erik.thiele@cancom.de": {
|
|
"password_hash": "scrypt:32768:8:1$D8XYprsEYMO5EPrG$2829b18f77bbd7d9f0cbb945b0bdbc32e16d7889f8711881f82dd35accd26ddb7c31d3fa85e3b89d19d6d1f0b92d8d18765e1c82044188cab8fd0db2d35a0d15",
|
|
"role": "admin",
|
|
"sites": [],
|
|
"must_change_password": false,
|
|
"first_name": "Erik",
|
|
"last_name": "Thiele",
|
|
"department": "CSO",
|
|
"notes": "Standort Stuttgart",
|
|
"mfa_secret": "LR5DYI3SQPMW5XWKO33HPETHY5TPOWRG",
|
|
"mfa_enabled": true,
|
|
"mfa_recovery_codes": [
|
|
"7BBD93",
|
|
"EB1D3B",
|
|
"BEE291",
|
|
"D471D5",
|
|
"D43C00",
|
|
"75DBAC",
|
|
"8B00CB",
|
|
"7AF72D"
|
|
],
|
|
"trusted_devices": [
|
|
{
|
|
"token": "5kMgj4JPxd2IHuzV5MagAAcYyi_DBImyGimBSvZUNVg",
|
|
"expires": "2026-07-24T15:40:28.955130"
|
|
}
|
|
]
|
|
},
|
|
"test1@test.de": {
|
|
"password_hash": "scrypt:32768:8:1$35kBhL79TJyVA3Rz$98b2e269db5ae96c9285323a274a0cc5b199fb45078e7530b5e72cdb9b96d5b522aa18fd06ce0f801bd19ec68ed323ffa04ce484cfb849eba73b9260ca6a50e1",
|
|
"role": "user",
|
|
"sites": [
|
|
"dva",
|
|
"karlsruhe",
|
|
"stuttgart"
|
|
],
|
|
"must_change_password": true,
|
|
"first_name": "test",
|
|
"last_name": "tester",
|
|
"department": "addff",
|
|
"notes": "asdasdasd",
|
|
"trusted_devices": []
|
|
}
|
|
}
|