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
|
CSP: azure
|
||||||
DEBUG: "0"
|
DEBUG: "0"
|
||||||
FLASK_ENV: master
|
FLASK_ENV: master
|
||||||
|
LIMIT_CONCURRENT_SESSIONS: "true"
|
||||||
LOG_JSON: "true"
|
LOG_JSON: "true"
|
||||||
MAIL_PORT: "587"
|
MAIL_PORT: "587"
|
||||||
MAIL_SENDER: postmaster@atat.code.mil
|
MAIL_SENDER: postmaster@atat.code.mil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user