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