Skip to content

Commit 7cc58f6

Browse files
authored
(DOCSP-46424) Add undocumented settings (#668) (#799) (#802)
[JIRA](https://jira.mongodb.org/browse/DOCSP-46424) [Staging]()
1 parent 2bf4818 commit 7cc58f6

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. setting:: Idle Session Timeout Max Minutes
2+
3+
*Type*: int
4+
5+
*Default*: None
6+
7+
The maximum time, in minutes, a session remains open with no user
8+
activity. After this time elapses without user activity, |mms| logs
9+
the user out.
10+
11+
You must set :setting:`Idle Session Timeout Mode` in order to use
12+
this setting.
13+
14+
Corresponds to :setting:`mms.session.idleTimeoutMinutes`.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. setting:: Idle Session Timeout Mode
2+
3+
*Type*: string
4+
5+
*Default*: None
6+
7+
Mode of the idle session timeout feature.
8+
9+
Set to ``"idle"`` to allow |mms| to log out users after a period of
10+
inactivity.
11+
12+
The duration of this period of inactivity is determined by the
13+
:setting:`Idle Session Timeout Max Minutes`.
14+
15+
Corresponds to :setting:`mms.session.mode`.

source/includes/setting-uiConf-recaptcha-enabled.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
*Type*: boolean
44

55
*Default*: false
6-
76

8-
Indicator as to you want a user to validate themselves using
7+
Requirement for users to validate themselves with
98
reCaptcha validation when they log into |mms|.
109

1110
Set to ``true`` to require

0 commit comments

Comments
 (0)