Delete Accounts

Hello, Every now and then people want to delete their account and can't find the link. I want to add a button so they can find it easier. Can someone give me the code to do so?

I have been using the below so I have control on the buttons.

<?php
bx_get_logged_profile_id()
?>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.button {
background-color: #042d85;
border: none;
color: white;
padding: 15px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<a href="system/account_settings_del_account" class="button">Delete Account</a>

Thanks

  • 318
  • More
Replies (2)
    Login or Join to comment.