Skip to content

Commit 30d7a29

Browse files
DOCSP-45341 added new hashing itereations setting (#559)
1 parent 09e8851 commit 30d7a29

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. setting:: mms.user.passwordHashIterations
2+
3+
*Type*: number
4+
5+
Number of iterations for the ``pbkdf2`` hashing algorithm.
6+
7+
Corresponds to :setting:`Password Hashing Iterations`.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. setting:: Password Hashing Iterations
2+
3+
*Type*: number
4+
5+
Number of iterations for the ``pbkdf2`` hashing algorithm.
6+
7+
Corresponds to :setting:`mms.user.passwordHashIterations`.

source/reference/config/ui-settings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Application Database
141141
.. include:: /includes/setting-uiConf-login-attempts-timeout-period.rst
142142
.. include:: /includes/setting-uiConf-invitation-only-mode.rst
143143
.. include:: /includes/setting-uiConf-bypass-invitation-mode.rst
144+
.. include:: /includes/setting-uiConf-password-hashing-iterations.rst
144145

145146
.. _opsmgr-config-ldap:
146147

source/reference/configuration.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ Authentication through |onprem| Application Database
325325
.. include:: /includes/setting-fileConf-mms.login.ratelimit.lockedPeriodMinutes.rst
326326
.. include:: /includes/setting-fileConf-mms.user.invitationOnly.rst
327327
.. include:: /includes/setting-fileConf-mms.user.bypassInviteForExistingUsers.rst
328+
.. include:: /includes/setting-fileConf-mms.user.passwordHashIterations.rst
328329

329330
Authentication through LDAP
330331
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)