From ca03a3f73286728a1ba9c1caa6a42a8af8c6e0fe Mon Sep 17 00:00:00 2001 From: Carolyn Date: Fri, 14 Mar 2025 14:02:25 +0000 Subject: [PATCH] remove trailing whitespace --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index fb666f448..bf2ad0e52 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -186,7 +186,7 @@ Development mode will target the latest versions of Chrome, Firefox and Safari f The Rails server will start on . -To sign in locally, you can use any username and password from your local database. The seed task in `seeds.rb` creates users in various roles all with the password `REVIEW_APP_USER_PASSWORD` from your .env file (which has default value `password`). +To sign in locally, you can use any username and password from your local database. The seed task in `seeds.rb` creates users in various roles all with the password `REVIEW_APP_USER_PASSWORD` from your .env file (which has default value `password`). To create any other users, you can edit the seed commands, or run similar commands in the rails console. You can also insert a new user row using SQL, but you will need to generate a correctly encrypted password. You can find the value to use for encrypted password which corresponds to the password `YOURPASSWORDHERE` using `User.new(:password => [YOURPASSWORDHERE]).encrypted_password`.