Changes

Created page with "{{Template:Networking_all_manual_fw_disclosure | fw_version = {{{series}}}_R_00.02.04 | series = {{{series}}} }} ==Summary== The <b>Users</b> window is used to add new u..."
{{Template:Networking_all_manual_fw_disclosure
| fw_version = {{{series}}}_R_00.02.04
| series = {{{series}}}
}}

==Summary==

The <b>Users</b> window is used to add new user accounts that can access the device with different user credentials than the default ones. The newly added users can be assigned to one of two groups, either of which can be modified to limit WebUI read/write access rights for users belonging to each specific group.

<b>This page is unrelated to SSH users.</b> By default, there is one SSH user named "root" and it shares the same password as the default WebUI user named "admin".

This manual page provides an overview of the Users windows in {{{name}}} devices.

{{Template:Networking_rutos_manual_basic_advanced_webui_disclaimer}}

==Groups==

The <b>Groups</b> section lists available user groups of which there are three:

[[File:{{{file_groups}}}|border|class=tlt-border]]
----
<ul>
<li><b>root</b> - highest level of authority. Key elements that define this group:
<ul>
<li>has unlimited read/write access;</li>
<li>additional users cannot be added to this group;</li>
<li>access rights for this group cannot be modified.</li>
</ul><br>[[File:{{{file_groups_root_visual}}}]]
</li>
----
<li><b>admin</b> - second highest level of authority. Key elements that define this group:
<ul>
<li>limited read access; by default, users belonging to this group cannot view these pages:
<ul>
<li>System → [[{{{name}}} Users|Users]].</li>
</ul>
</li>
<li>unlimited write access by default;</li>
<li>access rights can be modified.</li>
</ul><br>[[File:{{{file_groups_admin_visual}}}]]
</li>
----
<li><b>user</b> - lowest level of authority. Key elements that define this group:
<ul>
<li>no write access;</li>
<li>limited read access; by default, users belonging to this group cannot view these pages:
<ul>
<li>Services → Mobile Utilities → Messages → [[{{{name}}} Mobile_Utilities#Send_Messages|Send Messages]];</li>
<li>System → [[{{{name}}} Users|Users]];</li>
<li>System → [[{{{name}}} Firmware|Firmware]];</li>
<li>System → [[{{{name}}} Reboot|Reboot]].</li>
</ul>
</li>
<li>access rights can be modified.</li>
</ul><br>[[File:{{{file_groups_user_visual}}}]]
</li>
</ul>
----
<b>Additional note</b>: you can view and/or edit settings for each group by clicking the 'Edit' button next to them. More on information on how to edit group access settings is located in the following section of this manual page.

===Group Settings (edit group)===
----
A group's parameters can be set in its <b>Group Settings</b> page. To access the Groups Settings page, click the 'Edit' button next to the group's name. Below is an example of the Group Settings section:

[[File:{{{file_groups_user}}}|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Write action</td>
<td>Allow | Deny; default: <b>Deny</b></td>
<td>Specifies whether to allow or deny write actions for users in the group. Write actions consist of changing configurations and performing certain actions (such as clicking buttons).<br>This field directly correlates with the "Write access" field below it, because the selected write action will apply to pages specified in that field.</td>
</tr>
<tr>
<td>Write access</td>
<td>path(s) to page(s); default: <b>*</b></td>
<td>Path(s) to the page(s) to which the selected "Write action" will be applied. Click the plus symbol to add multiple entries.</td>
</tr>
<tr>
<td>Read action</td>
<td>Allow | Deny; default: <b>Deny</b></td>
<td>Specifies whether to allow or deny read actions for users in the group. Read actions consist of viewing pages on the WebUI.<br>This field directly correlates with the "Read access" field below it, because the selected read action will apply to pages specified in that field.</td>
</tr>
<tr>
<td>Read access</td>
<td>path(s) to page(s); default: <b>
<ul>
<li><b>admin/services/mobile_utilities/sms/send</b></li>
<li><b>admin/system/multiusers/*</b></li>
<li><b>admin/system/flashops/*</b></li>
<li><b>admin/system/reboot</b></li>
</ul>
</td>
<td>Path(s) to the page(s) to which the selected "Read action" will be applied. Click the plus symbol to add multiple entries.</td>
</tr>
</table>

====Examples====
----
The easiest way to master the syntax is to navigate to page that you want to generate a path for and the copy the path from the URL of that page.

For example, to specify the path to the Services → VPN page, navigate to the page, copy the page's URL address <b>starting from the word "admin"</b> and paste it into one of the access fields:

[[File:{{{file_groups_example}}}]]
----
However, the VPN window contains links to many different types of VPN pages. If you want to specify only one of them, you can do it as well. For example, to to specify the path to the IPsec page, <b>add "/ipsec" to the path string</b>:

admin/services/vpn<b>/ipsec</b>
----
An <b>asterisk (*)</b> in the path string means that the every page from that point on is included in that path. For example, to generate a path that includes pages in the Services menu tab:

admin/services/<b>*</b>

Or to simply include everything in the entire WebUI (<b>if this path is combined with <i>Read action: Deny</i>, users from that group will not be able to login to the WebUI</b>):

<b>*</b>

==Users==

The <b>Users</b> section lists all created users and provides the possibility to change their passwords and the group they belong to (with the exception of the default user "admin" which always belongs to the <i>root</i> group).

By default, there is only one user called "admin":

[[File:{{{file_users}}}|border|class=tlt-border]]

===User Settings (edit user)===
----
Each user's password and group parameters can be set in their <b>User Settings</b> pages. To access the User Settings page, click the 'Edit' button next to the user's name.

<u>However</u>, you may want to add a new user at first. This can be done from the [[{{{name}}}_Users#Add_New_User|Add New User]] section below:

[[File:{{{file_users_add_new_ex}}}]]

<ol>
<li>create a username;</li>
<li>create a password for the user (must contain at least 8 characters, including at least one upper case letter and one digit);</li>
<li>click the 'Add' button;</li>
<li>click the 'Edit' next to newly added user.</li>
</ol>
----
Below is an example of a newly added user's settings page:

[[File:{{{file_users_edit}}}|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Username</td>
<td>string; default: <b>none</b></td>
<td>Displays the user's name.</td>
</tr>
<tr>
<td>Current password</td>
<td>string; default: <b>none</b></td>
<td>Enter the user's current password here if you wish to change it.</td>
</tr>
<tr>
<td>New password</td>
<td>string; default: <b>none</b></td>
<td>Create a new password for the user. The password must contain at least 8 characters, including at least one upper case letter and one digit.</td>
</tr>
<tr>
<td>Confirm new password</td>
<td>string; default: <b>none</b></td>
<td>Repeat the new password.</td>
</tr>
<tr>
<td>Group</td>
<td>admin | user; default: <b>user</b></td>
<td>The group to which the user belongs.</td>
</tr>
</table>

==Add New User==

The <b>Add New User</b> section is used to create additional users that can access the WebUI. After a new user is added, it will appear in the [[{{{name}}} Users#Users|Users]] section.

[[File:{{{file_users_add_new}}}|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Username</td>
<td>string; default: <b>none</b></td>
<td>A custom name for the new user.</td>
</tr>
<tr>
<td>Password</td>
<td>string; default: <b>none</b></td>
<td>A password for the new user. The password must contain at least 8 characters, including at least one upper case letter and one digit.</td>
</tr>
</table>

[[Category:{{{name}}} System section]]

Navigation menu