This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/static/flows/enrollment-email-verificati...

214 lines
6.9 KiB
Plaintext
Raw Normal View History

2020-09-08 21:18:42 +00:00
{
"version": 1,
"entries": [
{
"identifiers": {
"pk": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
"slug": "default-enrollment-flow"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_flows.flow",
2020-09-08 21:18:42 +00:00
"attrs": {
"name": "Default enrollment Flow",
2020-12-05 21:08:42 +00:00
"title": "Welcome to authentik!",
2020-09-08 21:18:42 +00:00
"designation": "enrollment"
}
},
{
"identifiers": {
"pk": "cb954fd4-65a5-4ad9-b1ee-180ee9559cf4"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_stages_prompt.prompt",
2020-09-08 21:18:42 +00:00
"attrs": {
"field_key": "username",
"label": "Username",
"type": "username",
2020-09-08 21:18:42 +00:00
"required": true,
"placeholder": "Username",
"order": 0
}
},
{
"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
}
},
{
"identifiers": {
"pk": "f78d977a-efa6-4cc2-9a0f-2621a9fd94d2"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_stages_prompt.prompt",
2020-09-08 21:18:42 +00:00
"attrs": {
"field_key": "name",
"label": "Name",
"type": "text",
"required": true,
"placeholder": "Name",
"order": 0
}
},
{
"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": "096e6282-6b30-4695-bd03-3b143eab5580",
"name": "default-enrollment-email-verficiation"
},
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",
"template": "email/account_confirmation.html"
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "6c342b94-790d-425a-ae31-6196b6570722",
"name": "default-enrollment-prompt-second"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_stages_prompt.promptstage",
2020-09-08 21:18:42 +00:00
"attrs": {
"fields": [
"f78d977a-efa6-4cc2-9a0f-2621a9fd94d2",
"1ff91927-e33d-4615-95b0-c258e5f0df62"
]
}
},
{
"identifiers": {
"pk": "20375f30-7fa7-4562-8f6e-0f61889f2963",
"name": "default-enrollment-prompt-first"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_stages_prompt.promptstage",
2020-09-08 21:18:42 +00:00
"attrs": {
"fields": [
"cb954fd4-65a5-4ad9-b1ee-180ee9559cf4",
"7db91ee8-4290-4e08-8d39-63f132402515",
"d30b5eb4-7787-4072-b1ba-65b46e928920"
]
}
},
{
"identifiers": {
"pk": "77090897-eb3f-40db-81e6-b4074b1998c4",
"name": "default-enrollment-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": {
"session_duration": "seconds=0"
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "a4090add-f483-4ac6-8917-10b493ef843e",
"name": "default-enrollment-user-write"
},
2020-12-05 21:08:42 +00:00
"model": "authentik_stages_user_write.userwritestage",
"attrs": {
"create_users_as_inactive": true
}
2020-09-08 21:18:42 +00:00
},
{
"identifiers": {
"pk": "34e1e7d5-8eed-4549-bc7a-305069ff7df0",
"target": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
2020-09-09 15:23:26 +00:00
"stage": "20375f30-7fa7-4562-8f6e-0f61889f2963",
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": {
"re_evaluate_policies": false
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "e40467a6-3052-488c-a1b5-1ad7a80fe7b3",
"target": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
2020-09-09 15:23:26 +00:00
"stage": "6c342b94-790d-425a-ae31-6196b6570722",
2020-09-08 21:18:42 +00:00
"order": 1
},
2020-12-05 21:08:42 +00:00
"model": "authentik_flows.flowstagebinding",
2020-09-08 21:18:42 +00:00
"attrs": {
"re_evaluate_policies": false
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "76bc594e-2715-49ab-bd40-994abd9a7b70",
"target": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
"stage": "a4090add-f483-4ac6-8917-10b493ef843e",
"order": 2
},
2020-12-05 21:08:42 +00:00
"model": "authentik_flows.flowstagebinding",
2020-09-08 21:18:42 +00:00
"attrs": {
"re_evaluate_policies": false
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "1db34a14-8985-4184-b5c9-254cd585d94f",
"target": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
"stage": "096e6282-6b30-4695-bd03-3b143eab5580",
"order": 3
},
2020-12-05 21:08:42 +00:00
"model": "authentik_flows.flowstagebinding",
2020-09-08 21:18:42 +00:00
"attrs": {
"re_evaluate_policies": false
2020-09-08 21:18:42 +00:00
}
},
{
"identifiers": {
"pk": "2f324f6d-7646-4108-a6e2-e7f90985477f",
"target": "773c6673-e4a2-423f-8d32-95b7b4a41cf3",
"stage": "77090897-eb3f-40db-81e6-b4074b1998c4",
"order": 4
},
2020-12-05 21:08:42 +00:00
"model": "authentik_flows.flowstagebinding",
2020-09-08 21:18:42 +00:00
"attrs": {
"re_evaluate_policies": false
2020-09-08 21:18:42 +00:00
}
}
]
}