You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<EnvConfigname="PASSWORD_USER|PASSWORD_RAW|PASSWORD_HASH"init="<empty>|<empty>|<empty>"values="<string>|<string>|<hash>"desc="Username|Plaintext password|Hash of a password. See definition above."versions="3.3|3.3|3.3"/>
107
+
<EnvConfigname="PASSWORD_USER|PASSWORD_RAW|PASSWORD_HASH|AUTH_COOKIE_LIFETIME|AUTH_COOKIE_HTTPONLY"init="<empty>|<empty>|<empty>|604800|true"values="<string>|<string>|<hash>|seconds|bool"desc="Username|Plaintext password|Hash of a password. See definition above.|Lifetime of authentication cookie|Cookie HttpOnly flag"versions="3.3|3.3|3.3|4.2|4.2"/>
108
108
109
109
:::warning
110
110
If `PASSWORD_USER` is set then either `PASSWORD_RAW` or `PASSWORD_HASH` is required.
0 commit comments