diff --git a/doc/security/reset_root_password.md b/doc/security/reset_root_password.md index 6a6c5262179254a2c8d0794b01017628cfb68cc5..ec360e2d338652423c51f5b97f0cb287d1a2c619 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: