Skip to content

Commit

Permalink
Revert "FEATURE: notify admins about old credentials (#9854)"
Browse files Browse the repository at this point in the history
This reverts commit 349a67b.
  • Loading branch information
lis2 committed May 26, 2020
1 parent 66ec634 commit 1511d58
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 135 deletions.
62 changes: 0 additions & 62 deletions app/jobs/scheduled/old_keys_reminder.rb

This file was deleted.

10 changes: 0 additions & 10 deletions config/locales/server.en.yml
Expand Up @@ -1583,7 +1583,6 @@ en:
moderators_view_emails: "Allow moderators to view user emails"
prioritize_username_in_ux: "Show username first on user page, user card and posts (when disabled name is shown first)"
enable_rich_text_paste: "Enable automatic HTML to Markdown conversion when pasting text into the composer. (Experimental)"
notify_about_secrets_older_than: "Notify about credentials older than"

email_token_valid_hours: "Forgot password / activate account tokens are valid for (n) hours."

Expand Down Expand Up @@ -4818,12 +4817,3 @@ en:
discord:
not_in_allowed_guild: "Authentication failed. You are not a member of a permitted Discord guild."
old_keys_reminder:
title: "You have %{keys_count} old credentials"
body: |
We have detected you have the following credentials that are 2 years or older
%{keys}
These credentials are sensitive and we recommend resetting them every 2 years to avoid impact of any future data breaches
8 changes: 0 additions & 8 deletions config/site_settings.yml
Expand Up @@ -1458,14 +1458,6 @@ security:
allow_embedding_site_in_an_iframe:
default: false
hidden: true
notify_about_secrets_older_than:
default: "2 years"
type: enum
choices:
- never
- "1 year"
- "2 years"
- "3 years"

onebox:
enable_flash_video_onebox: false
Expand Down
55 changes: 0 additions & 55 deletions spec/jobs/old_keys_reminder_spec.rb

This file was deleted.

0 comments on commit 1511d58

Please sign in to comment.