Skip to main content
Module account_deactivate
tuwunel_
api
1.8.0
Module account_
deactivate
Module Items
Statics
Functions
In tuwunel_
api::
oidc::
account
tuwunel_api
::
oidc
::
account
Module
account_
deactivate
Copy item path
Source
Statics
ยง
CONFIRM_
HTML
๐
EXECUTE_
HTML
๐
Functions
ยง
account_
deactivate_
confirm_
html
๐
Shows a POST confirmation form for account deactivation. The
login_token
is peeked (not consumed) by the GET handler and embedded here; submitting the form consumes it, re-authenticating this destructive action.
account_
deactivate_
execute_
html
๐
Executes the account deactivation, signing out every session and blocking future logins. Called only from the POST handler once the token is consumed.