Update root default email address to current value
This commit is contained in:
parent
c3cbc40dcd
commit
e204554057
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue