From e204554057d0607c8a29a379b6cb8c75dbb60422 Mon Sep 17 00:00:00 2001 From: astrachan Date: Fri, 19 Jul 2019 12:15:23 +1000 Subject: [PATCH] Update root default email address to current value --- doc/security/reset_root_password.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/security/reset_root_password.md b/doc/security/reset_root_password.md index 6a6c5262179..ec360e2d338 100644 --- a/doc/security/reset_root_password.md +++ b/doc/security/reset_root_password.md @@ -23,7 +23,7 @@ user = User.where(id: 1).first or ```bash -user = User.find_by(email: 'admin@local.host') +user = User.find_by(email: 'admin@example.com') ``` Now you can change your password: