diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 12:24:22 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 12:24:22 +0100 |
commit | 452f5801b62b191123f9ded6c02844275ab62259 (patch) | |
tree | e5a20b6bcf3c73a819efd44a4c36b3e74b84d265 /app/view/templates/userconfirmdelete.php | |
parent | 055bbcbd61a56e39408e7d2b9d83c47fc76daa20 (diff) | |
download | wcms-452f5801b62b191123f9ded6c02844275ab62259.tar.gz wcms-452f5801b62b191123f9ded6c02844275ab62259.zip |
user self delete
Diffstat (limited to 'app/view/templates/userconfirmdelete.php')
-rw-r--r-- | app/view/templates/userconfirmdelete.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/userconfirmdelete.php b/app/view/templates/userconfirmdelete.php index 069f5de..0394f12 100644 --- a/app/view/templates/userconfirmdelete.php +++ b/app/view/templates/userconfirmdelete.php @@ -30,9 +30,9 @@ if($candelete) { <h1>You can't delete this user</h1> - <h2>You need at least one admin user to run the system.</h2> + <h2>You can't delete yourself</h2> - <p>To delete this user, create at least another admin user, then retry to delete this one.</p> + <p>To delete this user, create at least another admin user, log in as this other admin user, the try to delete this user.</p> <a href="<?= $this->url('user') ?>">Go back to users</a> |