Fix images for delete account

This commit is contained in:
stianst 2021-02-17 10:10:21 +01:00 committed by Stian Thorgersen
parent 35a1faf0a6
commit 6ec77f9a9b
9 changed files with 5 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

View file

@ -8,7 +8,7 @@
Allowing the user to delete their account is done through an AIA (Application Initiated Action). You need first of all to enable the action from the admin console. In the Authentication menu, go to the Required Actions tab and tick the enabled checkbox for the "Delete Account" action.
image:{project_images}/enable-delete-account-action.png[]
image:images/enable-delete-account-action.png[]
* Making sure the user has the "delete-account" as a client role:
@ -18,26 +18,22 @@ To enable the delete account role for a user, go to the Users menu, and find the
Finally, select `delete-account` and click on add selected.
image:{project_images}/delete-account-client-role.png[]
image:images/delete-account-client-role.png[]
=== Deleting a user in action
Once the functionlity is enabled, the user will see a new section named "Delete Account" appear in the bottom of the "Personal Info" page
image:{project_images}/delete-account-landing-screen.png[]
image:{project_images}/delete-account-page.png[]
Once the functionality is enabled, the user will see a new section named "Delete Account" appear in the bottom of the "Personal Info" page
image:images/delete-account-page.png[]
As stated by the warning message, this action is irreversible, and it implies the deletion of all the user's data in Keycloak.
Once the user clicks on Delete, he will be prompted to enter his credentials again and redirected to the final confirmation step:
image:{project_images}/delete-account-confirm.png[]
image:images/delete-account-confirm.png[]