Skip to content

Commit

Permalink
doc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Apr 22, 2024
1 parent cb0d2d9 commit 2b108e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appstore/appstore/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion appstore/appstore/settings/helx_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
logo_url="/static/images/helx/logo.png",
color_scheme=ProductColorScheme("#8a5a91", "#505057"),
links=[],
)
)

0 comments on commit 2b108e6

Please sign in to comment.