Skip to content
Snippets Groups Projects
Unverified Commit 464f7a70 authored by ArtOfCode's avatar ArtOfCode Committed by GitHub
Browse files

Merge pull request #88 from sarahmccuan/patch-2

parents 5f537676 460f8b85
No related merge requests found
......@@ -66,7 +66,7 @@ You can create the first user account in the application, which should be runnin
to an admin account, run `rails c` for a console, followed by:
```ruby
User.last.update(is_global_admin: true)
User.last.update(confirmed_at: DateTime.now, is_global_admin: true)
```
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment