summaryrefslogtreecommitdiffstats
path: root/application/views/user/profile.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-20 23:11:34 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-21 15:40:56 +0200
commit2875f7095562b302f13e1ef7e8cfd581cfc984bf (patch)
tree94f15793153b0a55319479cf91e993525da1a010 /application/views/user/profile.php
parent1ce6e4b4f78b633296db099acf8b18577906a6a4 (diff)
Allow users to delete their accounts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/user/profile.php')
-rw-r--r--application/views/user/profile.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/views/user/profile.php b/application/views/user/profile.php
index 6e0a7089f..1aa22ec10 100644
--- a/application/views/user/profile.php
+++ b/application/views/user/profile.php
@@ -38,3 +38,9 @@
</div>
</div>
</form>
+
+<div class="row vertical-space-small"></div>
+
+<div class="row">
+ <p>If you want to permanently delete your account, please click <a href="<?php echo site_url("user/delete_account"); ?>">here</a>.</p>
+</div>