Limit concurrent session by default for deployed sites.
To meet ATO requirements, a user should not be able to have concurrent logins.
This commit is contained in:
parent
6f2454ae5f
commit
0fa4fd2304
@ -15,6 +15,7 @@ data:
|
||||
CSP: azure
|
||||
DEBUG: "0"
|
||||
FLASK_ENV: master
|
||||
LIMIT_CONCURRENT_SESSIONS: "true"
|
||||
LOG_JSON: "true"
|
||||
MAIL_PORT: "587"
|
||||
MAIL_SENDER: postmaster@atat.code.mil
|
||||
|
Loading…
x
Reference in New Issue
Block a user