Toolpack:Modifying Security Settings A
From TBwiki
(Difference between revisions)
Lucas Joyal (Talk | contribs) (→Applies to version v2.10: Creating a list of parameters replacing the old section) |
Lucas Joyal (Talk | contribs) (Adding northbound interface) |
||
Line 14: | Line 14: | ||
[[Image:Users_Security_Settings_A.png]] | [[Image:Users_Security_Settings_A.png]] | ||
+ | |||
+ | <br/><br/> | ||
+ | <div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;"> | ||
+ | |||
+ | '''Path''' | ||
+ | <pre> | ||
+ | /user_security_settings/general_security_settings | ||
+ | </pre> | ||
+ | |||
+ | '''Parameters (text)''' | ||
+ | <pre> | ||
+ | /user_security_settings/general_security_settings | ||
+ | inactive_session_timeout : "30 minutes" | ||
+ | password_complexity_enabled : true | ||
+ | </pre> | ||
+ | |||
+ | '''Parameters (json)''' | ||
+ | <pre> | ||
+ | { | ||
+ | "inactive_session_timeout" : "30 minutes", | ||
+ | "password_complexity_enabled" : true | ||
+ | } | ||
+ | </pre> | ||
+ | </div> | ||
==List of Parameters== | ==List of Parameters== |
Revision as of 16:02, 4 November 2016
Applies to version v2.10
To modify the security settings:
1- Click Users in the navigation panel.
2- Select the Security Settings tab, and modify the desired setting.
Path
/user_security_settings/general_security_settings
Parameters (text)
/user_security_settings/general_security_settings inactive_session_timeout : "30 minutes" password_complexity_enabled : true
Parameters (json)
{ "inactive_session_timeout" : "30 minutes", "password_complexity_enabled" : true }