2022-08-05 22:52:12 +00:00
|
|
|
version: 1
|
2022-08-02 22:05:49 +00:00
|
|
|
metadata:
|
|
|
|
name: Default - Password change flow
|
2022-07-31 15:11:44 +00:00
|
|
|
entries:
|
|
|
|
- attrs:
|
|
|
|
designation: stage_configuration
|
|
|
|
name: Change Password
|
|
|
|
title: Change password
|
2022-12-02 15:14:25 +00:00
|
|
|
authentication: require_authenticated
|
2022-07-31 15:11:44 +00:00
|
|
|
identifiers:
|
|
|
|
slug: default-password-change
|
|
|
|
model: authentik_flows.flow
|
|
|
|
id: flow
|
|
|
|
- attrs:
|
|
|
|
order: 300
|
|
|
|
placeholder: Password
|
|
|
|
placeholder_expression: false
|
|
|
|
required: true
|
|
|
|
type: password
|
|
|
|
identifiers:
|
|
|
|
field_key: password
|
|
|
|
label: Password
|
|
|
|
id: prompt-field-password
|
|
|
|
model: authentik_stages_prompt.prompt
|
|
|
|
- attrs:
|
|
|
|
order: 301
|
|
|
|
placeholder: Password (repeat)
|
|
|
|
placeholder_expression: false
|
|
|
|
required: true
|
|
|
|
type: password
|
|
|
|
identifiers:
|
|
|
|
field_key: password_repeat
|
|
|
|
label: Password (repeat)
|
|
|
|
id: prompt-field-password-repeat
|
|
|
|
model: authentik_stages_prompt.prompt
|
|
|
|
- attrs:
|
|
|
|
fields:
|
|
|
|
- !KeyOf prompt-field-password
|
|
|
|
- !KeyOf prompt-field-password-repeat
|
|
|
|
identifiers:
|
|
|
|
name: default-password-change-prompt
|
|
|
|
id: default-password-change-prompt
|
|
|
|
model: authentik_stages_prompt.promptstage
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
name: default-password-change-write
|
|
|
|
id: default-password-change-write
|
|
|
|
model: authentik_stages_user_write.userwritestage
|
2022-12-23 13:12:58 +00:00
|
|
|
attrs:
|
2023-01-05 14:46:20 +00:00
|
|
|
user_creation_mode: never_create
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 0
|
|
|
|
stage: !KeyOf default-password-change-prompt
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 1
|
|
|
|
stage: !KeyOf default-password-change-write
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|