Skip to content

Commit 3d94141

Browse files
Fixes #14722: Change references to admin UI to Admin menu (#14743)
* Change references to admin UI to Admin menu * Change also for reports and custom scripts * Minor tweaks to help text flow better --------- Co-authored-by: Jeremy Stretch <[email protected]>
1 parent c4c1ddf commit 3d94141

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/administration/authentication/microsoft-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You should be redirected to Microsoft's authentication portal. Enter the usernam
7373

7474
If successful, you will be redirected back to the NetBox UI, and will be logged in as the AD user. You can verify this by navigating to your profile (using the button at top right).
7575

76-
This user account has been replicated locally to NetBox, and can now be assigned groups and permissions within the NetBox admin UI.
76+
This user account has been replicated locally to NetBox, and can now be assigned groups and permissions by navigating to Admin > Permissions.
7777

7878
## Troubleshooting
7979

docs/administration/authentication/okta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ You should be redirected to Okta's authentication portal. Enter the username/ema
6767

6868
If successful, you will be redirected back to the NetBox UI, and will be logged in as the Okta user. You can verify this by navigating to your profile (using the button at top right).
6969

70-
This user account has been replicated locally to NetBox, and can now be assigned groups and permissions within the NetBox admin UI.
70+
This user account has been replicated locally to NetBox, and can now be assigned groups and permissions by navigating to Admin > Permissions.

docs/administration/authentication/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Local Authentication
44

5-
Local user accounts and groups can be created in NetBox under the "Authentication and Authorization" section of the administrative user interface. This interface is available only to users with the "staff" permission enabled.
5+
Local user accounts and groups can be created in NetBox under the "Authentication" section in the "Admin" menu. This section is available only to users with the "staff" permission enabled.
66

7-
At a minimum, each user account must have a username and password set. User accounts may also denote a first name, last name, and email address. [Permissions](../permissions.md) may also be assigned to users and/or groups within the admin UI.
7+
At a minimum, each user account must have a username and password set. User accounts may also denote a first name, last name, and email address. [Permissions](../permissions.md) may also be assigned to users and/or groups under Admin > Permissions.
88

99
## Remote Authentication
1010

docs/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The configuration file may be modified at any time. However, the WSGI service (e
4646
$ sudo systemctl restart netbox
4747
```
4848

49-
Configuration parameters which are set via the admin UI (those listed under "dynamic settings") take effect immediately.
49+
Dynamic configuration parameters (those which can be modified via the UI) take effect immediately.

docs/customization/custom-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ An IPv4 or IPv6 network with a mask. Returns a `netaddr.IPNetwork` object. Two a
288288
## Running Custom Scripts
289289

290290
!!! note
291-
To run a custom script, a user must be assigned via permissions for `Extras > Script`, `Extras > ScriptModule`, and `Core > ManagedFile` objects. They must also be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in the admin UI as shown below.
291+
To run a custom script, a user must be assigned permissions for `Extras > Script`, `Extras > Script Module`, and `Core > Managed File` objects. They must also be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in "Permissions" as shown below.
292292

293-
![Adding the run action to a permission](../media/admin_ui_run_permission.png)
293+
![Adding the run action to a permission](../media/run_permission.png)
294294

295295
### Via the Web UI
296296

docs/customization/reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ Once you have created a report, it will appear in the reports list. Initially, r
132132
## Running Reports
133133

134134
!!! note
135-
To run a report, a user must be assigned via permissions for `Extras > Report`, `Extras > ReportModule`, and `Core > ManagedFile` objects. They must also be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in the admin UI as shown below.
135+
To run a report, a user must be assigned permissions for `Extras > Report`, `Extras > Report Module`, and `Core > Managed File` objects. They must also be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in "Permissions" as shown below.
136136

137-
![Adding the run action to a permission](../media/admin_ui_run_permission.png)
137+
![Adding the run action to a permission](../media/run_permission.png)
138138

139139
### Via the Web UI
140140

File renamed without changes.

0 commit comments

Comments
 (0)