From 1423e06c05c6636087f3ed300d31439020e9cb18 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 20 Dec 2018 21:47:53 -0700 Subject: [PATCH] Add new account settings view --- .../views/settings/remove/permanent.blade.php | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 resources/views/settings/remove/permanent.blade.php diff --git a/resources/views/settings/remove/permanent.blade.php b/resources/views/settings/remove/permanent.blade.php new file mode 100644 index 000000000..ff62b70c1 --- /dev/null +++ b/resources/views/settings/remove/permanent.blade.php @@ -0,0 +1,31 @@ +@extends('settings.template') + +@section('section') + +
+

Delete Your Account

+
+
+
+

Hi {{Auth::user()->username}},

+ +

We're sorry to hear you'd like to delete your account.

+ +

If you're just looking to take a break, you can always temporarily disable your account instead.

+ +

When you press the button below, your photos, comments, likes, friendships and all other data will be removed permanently and will not be recoverable. If you decide to create another Pixelfed account in the future, you cannot sign up with the same username again on this instance.

+ +
+ Warning: Some remote servers may contain your public data (statuses, avatars, ect) and will not be deleted until federation support is launched. +
+ +

+

+ @csrf + +
+

+
+ + +@endsection \ No newline at end of file