Skip to content
Snippets Groups Projects
Commit 46e379e6 authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

-_-

parent d58a37e9
Branches
Tags v0.6.1
No related merge requests found
......@@ -7,6 +7,7 @@ username = ENV['COMMUNITY_ADMIN_USERNAME'] || 'admin'
password = ENV['COMMUNITY_ADMIN_PASSWORD'] || 'password'
email = ENV['COMMUNITY_ADMIN_EMAIL'] || 'codadict@noreply.com'
User.create(username: username, password: password, email: email, is_global_admin: true, is_global_moderator: true, staff: true)
User.create(username: username, password: password, email: email, is_global_admin: true, is_global_moderator: true,
staff: true)
# You'll need to manually set confirmation for this user
# $ docker exec qpixel_uwsgi_1 rails runner "User.second.update(confirmed_at: DateTime.now)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment