Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ea1dc811
Commit
ea1dc811
authored
Sep 22, 2021
by
Siddharth Asthana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up the docs warning detected by the vale Admin rule
parent
752317b4
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+1
-1
doc/operations/metrics/embed_grafana.md
doc/operations/metrics/embed_grafana.md
+1
-1
doc/public_access/public_access.md
doc/public_access/public_access.md
+1
-1
doc/raketasks/user_management.md
doc/raketasks/user_management.md
+1
-1
doc/security/information_exclusivity.md
doc/security/information_exclusivity.md
+1
-1
doc/security/reset_user_password.md
doc/security/reset_user_password.md
+2
-2
No files found.
doc/integration/elasticsearch.md
View file @
ea1dc811
...
...
@@ -155,7 +155,7 @@ may need to set the `production -> elasticsearch -> indexer_path` setting in you
For GitLab instances with more than 50GB repository data you can follow the instructions for
[
Indexing large
instances
](
#indexing-large-instances
)
below.
To enable Advanced Search, you must have admin access to GitLab:
To enable Advanced Search, you must have admin
istrator
access to GitLab:
1.
On the top bar, select
**Menu > Admin**
.
1.
On the left sidebar, select
**Settings > Advanced Search**
.
...
...
doc/operations/metrics/embed_grafana.md
View file @
ea1dc811
...
...
@@ -51,7 +51,7 @@ To set up the Grafana API in Grafana:
section.
1.
To enable the integration, check the
**Active**
checkbox.
1.
For
**Grafana URL**
, enter the base URL of the Grafana instance.
1.
For
**API Token**
, enter the Admin API token you just generated.
1.
For
**API Token**
, enter the Admin
istrator
API token you just generated.
1.
Click
**Save Changes**
.
### Generate a link to a panel
...
...
doc/public_access/public_access.md
View file @
ea1dc811
...
...
@@ -81,7 +81,7 @@ Prerequisite:
You can restrict the use of visibility levels for users when they create a project or a snippet.
This is useful to prevent users from publicly exposing their repositories by accident. The
restricted visibility settings do not apply to admin
use
rs.
restricted visibility settings do not apply to admin
istrato
rs.
For details, see
[
Restricted visibility levels
](
../user/admin_area/settings/visibility_and_access_controls.md#restrict-visibility-levels
)
.
...
...
doc/raketasks/user_management.md
View file @
ea1dc811
...
...
@@ -32,7 +32,7 @@ sudo gitlab-rake gitlab:import:all_users_to_all_projects
bundle
exec
rake gitlab:import:all_users_to_all_projects
RAILS_ENV
=
production
```
Admin
use
rs are added as maintainers.
Admin
istrato
rs are added as maintainers.
## Add user as a developer to all groups
...
...
doc/security/information_exclusivity.md
View file @
ea1dc811
...
...
@@ -24,7 +24,7 @@ limitation.
You can take steps to prevent unintentional sharing and information
destruction. This limitation is the reason why only certain people are allowed
to
[
add users to a project
](
../user/project/members/index.md
)
and why only a GitLab admin can
[
force push a protected
and why only a GitLab admin
istrator
can
[
force push a protected
branch
](
../user/project/protected_branches.md
)
.
<!-- ## Troubleshooting
...
...
doc/security/reset_user_password.md
View file @
ea1dc811
...
...
@@ -32,7 +32,7 @@ sudo gitlab-rake "gitlab:password:reset[johndoe]"
NOTE:
To reset the default admin password, run this Rake task with the username
`root`
, which is the default username of that admin account.
`root`
, which is the default username of that admin
istrator
account.
## Rails console
...
...
@@ -110,7 +110,7 @@ password.
If the username was changed to something else and has been forgotten, one
possible way is to reset the password using Rails console with user ID
`1`
(in
almost all the cases, the first user is the default admin account).
almost all the cases, the first user is the default admin
istrator
account).
<!-- ## Troubleshooting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment