Update root default email address to current value

This commit is contained in:
astrachan 2019-07-19 12:15:23 +10:00
parent c3cbc40dcd
commit e204554057

View file

@ -23,7 +23,7 @@ user = User.where(id: 1).first
or or
```bash ```bash
user = User.find_by(email: 'admin@local.host') user = User.find_by(email: 'admin@example.com')
``` ```
Now you can change your password: Now you can change your password: