From 2b108e617ee5025b23230350d09d2d0ac14848da Mon Sep 17 00:00:00 2001 From: Hina Shah Date: Mon, 22 Apr 2024 17:57:26 -0400 Subject: [PATCH] doc: cleanup --- appstore/appstore/settings/base.py | 2 +- appstore/appstore/settings/helx_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appstore/appstore/settings/base.py b/appstore/appstore/settings/base.py index 02aeb668..61d6f7e6 100644 --- a/appstore/appstore/settings/base.py +++ b/appstore/appstore/settings/base.py @@ -146,7 +146,7 @@ ACCOUNT_EMAIL_REQUIRED = True ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 1 ACCOUNT_EMAIL_VERIFICATION = "none" -ACCOUNT_RATE_LIMITS= {'login_failed':3} +ACCOUNT_RATE_LIMITS= {'login_failed':10} #deprecated ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT = 86400 # 1 day in seconds ACCOUNT_LOGOUT_REDIRECT_URL = "/helx" LOGIN_REDIRECT_URL = "/helx/workspaces/login/success" diff --git a/appstore/appstore/settings/helx_settings.py b/appstore/appstore/settings/helx_settings.py index 37e73f39..80b4bbf3 100644 --- a/appstore/appstore/settings/helx_settings.py +++ b/appstore/appstore/settings/helx_settings.py @@ -9,4 +9,4 @@ logo_url="/static/images/helx/logo.png", color_scheme=ProductColorScheme("#8a5a91", "#505057"), links=[], -) \ No newline at end of file +)