Fix images for delete account
BIN
server_admin/images/delete-account-client-role.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
server_admin/images/delete-account-confirm.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
server_admin/images/delete-account-page.png
Normal file
After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 85 KiB |
|
@ -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[]
|
||||
|
||||
|
||||
|
||||
|
|