Skip to content
Snippets Groups Projects
Unverified Commit 460f8b85 authored by sarahmccuan's avatar sarahmccuan Committed by GitHub
Browse files

Bypass email confirmation for dev admin

parent 6bf3b85a
No related branches found
No related tags found
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