Toolpack:Modifying Security Settings B

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version v3.1''''' === {{DISPLAYTITLE:Modifying Security Settings}} '''To modify the security settings:''' 1- Click '''Users''' in the navigation panel. ...")
 
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version v3.1''''' ===
 
 
{{DISPLAYTITLE:Modifying Security Settings}}
 
{{DISPLAYTITLE:Modifying Security Settings}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
  
 
'''To modify the security settings:'''
 
'''To modify the security settings:'''
  
1- Click '''Users''' in the navigation panel.
+
1- Click '''Web Users''' in the navigation panel.
  
  
Line 13: Line 21:
 
2- Select the '''Security Settings''' tab, and modify the desired setting.
 
2- Select the '''Security Settings''' tab, and modify the desired setting.
  
[[Image:Users_Security_Settings_A.png]]
+
[[Image:Users_Security_Settings_B.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==

Latest revision as of 14:48, 10 December 2020

This article applies to: Product Version
SBC 3.0, 3.1


To modify the security settings:

1- Click Web Users in the navigation panel.


WebUsers Navigation Panel A.png


2- Select the Security Settings tab, and modify the desired setting.

Users Security Settings B.png

List of Parameters

Personal tools