2020-09-08 21:18:42 +00:00
|
|
|
{
|
|
|
|
"version": 1,
|
|
|
|
"entries": [
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
|
|
|
"slug": "default-recovery-flow"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flow",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"name": "Default recovery flow",
|
|
|
|
"title": "Reset your password",
|
|
|
|
"designation": "recovery"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "1ff91927-e33d-4615-95b0-c258e5f0df62"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_prompt.prompt",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"field_key": "email",
|
|
|
|
"label": "Email",
|
|
|
|
"type": "email",
|
|
|
|
"required": true,
|
|
|
|
"placeholder": "Email",
|
|
|
|
"order": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "7db91ee8-4290-4e08-8d39-63f132402515"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_prompt.prompt",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"field_key": "password",
|
|
|
|
"label": "Password",
|
|
|
|
"type": "password",
|
|
|
|
"required": true,
|
|
|
|
"placeholder": "Password",
|
|
|
|
"order": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "d30b5eb4-7787-4072-b1ba-65b46e928920"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_prompt.prompt",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"field_key": "password_repeat",
|
|
|
|
"label": "Password (repeat)",
|
|
|
|
"type": "password",
|
|
|
|
"required": true,
|
|
|
|
"placeholder": "Password (repeat)",
|
|
|
|
"order": 1
|
|
|
|
}
|
|
|
|
},
|
2020-09-09 15:23:26 +00:00
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "e54045a7-6ecb-4ad9-ad37-28e72d8e565e",
|
|
|
|
"name": "default-recovery-identification"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_identification.identificationstage",
|
2020-09-09 15:23:26 +00:00
|
|
|
"attrs": {
|
2020-11-15 21:42:02 +00:00
|
|
|
"user_fields": ["email", "username"],
|
2020-09-09 15:23:26 +00:00
|
|
|
"template": "stages/identification/recovery.html",
|
|
|
|
"enrollment_flow": null,
|
|
|
|
"recovery_flow": null
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "3909fd60-b013-4668-8806-12e9507dab97",
|
|
|
|
"name": "default-recovery-user-write"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_user_write.userwritestage",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "66f948dc-3f74-42b2-b26b-b8b9df109efb",
|
|
|
|
"name": "default-recovery-email"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_email.emailstage",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 25,
|
|
|
|
"username": "",
|
|
|
|
"use_tls": false,
|
|
|
|
"use_ssl": false,
|
|
|
|
"timeout": 10,
|
2020-12-05 21:08:42 +00:00
|
|
|
"from_address": "system@authentik.local",
|
2020-09-08 21:18:42 +00:00
|
|
|
"token_expiry": 30,
|
2020-12-05 21:08:42 +00:00
|
|
|
"subject": "authentik",
|
2021-01-04 23:41:10 +00:00
|
|
|
"template": "email/password_reset.html"
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "975d5502-1e22-4d10-b560-fbc5bd70ff4d",
|
2020-10-18 20:53:41 +00:00
|
|
|
"name": "Change your password"
|
2020-09-08 21:18:42 +00:00
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_prompt.promptstage",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
|
|
|
"fields": [
|
|
|
|
"7db91ee8-4290-4e08-8d39-63f132402515",
|
|
|
|
"d30b5eb4-7787-4072-b1ba-65b46e928920"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "fcdd4206-0d35-4ad2-a59f-5a72422936bb",
|
|
|
|
"name": "default-recovery-user-login"
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_stages_user_login.userloginstage",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-26 20:30:22 +00:00
|
|
|
"session_duration": "seconds=-1"
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "7af7558e-2196-4b9f-a08e-d38420b7cfbb",
|
|
|
|
"target": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
2020-09-09 15:23:26 +00:00
|
|
|
"stage": "e54045a7-6ecb-4ad9-ad37-28e72d8e565e",
|
2020-09-08 21:18:42 +00:00
|
|
|
"order": 0
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flowstagebinding",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-20 13:41:50 +00:00
|
|
|
"re_evaluate_policies": false
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "29446fd6-dd93-4e92-9830-2d81debad5ae",
|
|
|
|
"target": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
|
|
|
"stage": "66f948dc-3f74-42b2-b26b-b8b9df109efb",
|
|
|
|
"order": 1
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flowstagebinding",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-20 13:41:50 +00:00
|
|
|
"re_evaluate_policies": false
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "1219d06e-2c06-4c5b-a162-78e3959c6cf0",
|
|
|
|
"target": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
2020-09-09 15:23:26 +00:00
|
|
|
"stage": "975d5502-1e22-4d10-b560-fbc5bd70ff4d",
|
2020-09-08 21:18:42 +00:00
|
|
|
"order": 2
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flowstagebinding",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-20 13:41:50 +00:00
|
|
|
"re_evaluate_policies": false
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "66de86ba-0707-46a0-8475-ff2e260d6935",
|
|
|
|
"target": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
|
|
|
"stage": "3909fd60-b013-4668-8806-12e9507dab97",
|
|
|
|
"order": 3
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flowstagebinding",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-20 13:41:50 +00:00
|
|
|
"re_evaluate_policies": false
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"identifiers": {
|
|
|
|
"pk": "9cec2334-d4a2-4895-a2b2-bc5ae4e9639a",
|
|
|
|
"target": "a5993183-89c0-43d2-a7f4-ddffb17baba7",
|
|
|
|
"stage": "fcdd4206-0d35-4ad2-a59f-5a72422936bb",
|
|
|
|
"order": 4
|
|
|
|
},
|
2020-12-05 21:08:42 +00:00
|
|
|
"model": "authentik_flows.flowstagebinding",
|
2020-09-08 21:18:42 +00:00
|
|
|
"attrs": {
|
2020-10-20 13:41:50 +00:00
|
|
|
"re_evaluate_policies": false
|
2020-09-08 21:18:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|