Toolpack:Creating Users D
From TBwiki
(Difference between revisions)
m |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | === '''''Applies to version v2.9''''' === | + | === '''''Applies to version v2.9, v2.10, v3.0''''' === |
{{DISPLAYTITLE:Creating Users}} | {{DISPLAYTITLE:Creating Users}} | ||
Line 5: | Line 5: | ||
One or more users can be created and given access, which was previously defined by user groups. A user is given a name, a password, and assigned to a user group. | One or more users can be created and given access, which was previously defined by user groups. A user is given a name, a password, and assigned to a user group. | ||
− | |||
'''To create a user:''' | '''To create a user:''' | ||
Line 30: | Line 29: | ||
4- Click '''Create'''. | 4- Click '''Create'''. | ||
<br/><br/> | <br/><br/> | ||
− | |||
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;"> | <div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;"> | ||
Latest revision as of 10:40, 29 September 2017
Applies to version v2.9, v2.10, v3.0
One or more users can be created and given access, which was previously defined by user groups. A user is given a name, a password, and assigned to a user group.
To create a user:
1- Click Users in the navigation panel.
2- Select the Users tab and click Create New User.
3- Assign the following to the user:
- Name
- Password
- User Group
4- Click Create.
Path
/users/@[user_name]
Parameters (text)
/users/@[user_name] name = "@[user_name]" pass = "Not Shown" user_group = "all_access"
Parameters (json)
{ "name" : "@[user_name]", "pass" : "Not Shown", "user_group" : "all_access" }