mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update user.phtml
This commit is contained in:
@@ -97,11 +97,11 @@
|
||||
<h3 class="text-danger">Danger Zone</h3>
|
||||
|
||||
<div class="box danger">
|
||||
<p>This is the area where you can delete this account.</p>
|
||||
<p>This is the area where you can delete this user.</p>
|
||||
|
||||
<p>By deleting this account you will lose all data associated with this account.</p>
|
||||
<p>By deleting this user you will lose all data associated with this user.</p>
|
||||
|
||||
<p>PLEASE NOTE: Account deletion is irreversible.</p>
|
||||
<p>PLEASE NOTE: User deletion is irreversible.</p>
|
||||
|
||||
<form class="inline"
|
||||
data-analytics-event="submit"
|
||||
@@ -195,7 +195,7 @@
|
||||
data-analytics-event="submit"
|
||||
data-analytics-category="console"
|
||||
data-analytics-label="Delete User Session"
|
||||
data-service="users.updateStatus"
|
||||
data-service="users.deleteSession"
|
||||
data-event="submit"
|
||||
data-loading="Loading..."
|
||||
data-success="trigger"
|
||||
|
||||
Reference in New Issue
Block a user