Commit e2045540 authored by astrachan's avatar astrachan

Update root default email address to current value

parent c3cbc40d
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment