Ghost/core/client/templates/modals/delete-user.hbs
Felix Rieseberg 6645f7c65a Working delete user modal & button
closes #3529
- Created ‘delete user’ modal (similar to the ‘delete post’ modal) and
controller
-  Modal will be opened if ‘Delete User’ is selected in the user
setting cog menu
2014-08-04 13:29:24 -07:00

7 lines
308 B
Handlebars

{{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
title="Are you sure you want to delete this user?" confirm=confirm}}
<p>All posts and associated data will also be deleted. There is no way to recover this data.
</p>
{{/gh-modal-dialog}}