From e048a03d6bdcf437073219cfd15c448c5cd94188 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 23 Dec 2018 19:18:52 -0700 Subject: [PATCH] Add temporary account disable view --- .../views/settings/remove/temporary.blade.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 resources/views/settings/remove/temporary.blade.php diff --git a/resources/views/settings/remove/temporary.blade.php b/resources/views/settings/remove/temporary.blade.php new file mode 100644 index 000000000..21ec25ace --- /dev/null +++ b/resources/views/settings/remove/temporary.blade.php @@ -0,0 +1,30 @@ +@extends('settings.template') + +@section('section') + +
+

Temporarily Disable Your Account

+
+
+
+

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

+ +

You can disable your account instead of deleting it. This means your account will be hidden until you reactivate it by logging back in.

+ +

You can only disable your account once a week.

+ +

Keeping Your Data Safe

+

Nothing is more important to us than the safety and security of this community. People put their trust in us by sharing moments of their lives on Pixelfed. So we will never make any compromises when it comes to safeguarding your data.

+ +

When you press the button below, your photos, comments and likes will be hidden until you reactivate your account by logging back in.

+ +

+

+ @csrf + +
+

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