Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheToddLuci0 <woolery@iastate.edu>2019-09-01 02:00:14 +0300
committerTheToddLuci0 <woolery@iastate.edu>2019-09-01 02:00:14 +0300
commitf0c59b9245b0c4901db664dbac418df82eed8a62 (patch)
tree94e91ad3dd313df387decb72ffeb0469d7d94f9a /doc/security
parentdc864927246746a34b675c7ee8ffbd1b533841e0 (diff)
Update to use -e as passing as
"DEPRECATION WARNING: Passing the environment's name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -e option instead."
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/reset_root_password.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/reset_root_password.md b/doc/security/reset_root_password.md
index ec360e2d338..00c9dc1407d 100644
--- a/doc/security/reset_root_password.md
+++ b/doc/security/reset_root_password.md
@@ -9,7 +9,7 @@ To reset your root password, first log into your server with root privileges.
Start a Ruby on Rails console with this command:
```bash
-gitlab-rails console production
+gitlab-rails console -e production
```
Wait until the console has loaded.