diff --git a/resources/views/settings/home.blade.php b/resources/views/settings/home.blade.php index 181f21c46..6c13dc5a3 100644 --- a/resources/views/settings/home.blade.php +++ b/resources/views/settings/home.blade.php @@ -63,7 +63,7 @@

-
+

Private Information

@@ -79,7 +79,7 @@

-
+

Storage Usage

@@ -98,30 +98,12 @@
-
-

Layout

-
-
Experimental features have been moved to the Labs settings page.

- @if(config('pixelfed.account_deletion') == true) -
-
- Temporarily Disable Account - -
-
-
-

- Delete Account -

- @else
-
- Temporarily Disable Account +
- @endif @endsection diff --git a/resources/views/settings/security.blade.php b/resources/views/settings/security.blade.php index 5ebc6786c..00ce15689 100644 --- a/resources/views/settings/security.blade.php +++ b/resources/views/settings/security.blade.php @@ -26,6 +26,32 @@ @include('settings.security.log-panel') @include('settings.security.device-panel') + + @if(config('pixelfed.account_deletion') == true) +

Danger Zone

+
+ +
+ @endif @endsection \ No newline at end of file diff --git a/resources/views/site/help/your-profile.blade.php b/resources/views/site/help/your-profile.blade.php index 85bda6b32..76f1e7ebd 100644 --- a/resources/views/site/help/your-profile.blade.php +++ b/resources/views/site/help/your-profile.blade.php @@ -153,7 +153,9 @@
  1. Log into {{config('pixelfed.domain.app')}}
  2. Tap or click the menu and select Settings
  3. -
  4. Scroll down and click on the Temporarily Disable Account link.
  5. +
  6. Navigate to the Security Settings
  7. +
  8. Confirm your account password.
  9. +
  10. Scroll down to the Danger Zone section and click on the Disable button.
  11. Follow the instructions on the next page.
@@ -180,8 +182,10 @@

To permanently delete your account:

  1. Go to the Delete Your Account page. If you're not logged into pixelfed on the web, you'll be asked to log in first. You can't delete your account from within a mobile app.
  2. +
  3. Navigate to the Security Settings
  4. Confirm your account password.
  5. -
  6. On the Delete Your Account page click or tap on the Permanently Delete My Account button.
  7. +
  8. Scroll down to the Danger Zone section and click on the Delete button.
  9. +
  10. Follow the instructions on the next page.