summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 12:09:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 12:09:47 -0400
commit64c6c375776fcb94c9ae81cd64ee9b5ae8faa25f (patch)
tree78be8ebcda7aecbf16abea53ebeebfe82e5dc574
parent9ba53806df1f82bc3b110a151585e1c26c4dfb64 (diff)
oops
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 37e4b3a..608be9e 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -26,7 +26,7 @@ rockpaperscissors.settings.create!(display_order: 6, name: "check_boxes"
if Rails.env.development? or (ENV['FORCE_SEED'] and not ENV['FORCE_SEED'].empty?)
# User 1, the ADMIN
- admin = User.create!(name: "Administrator", user_name: "admin", email: "root@localhost.lan", password: "password", permissions: 0xFFFFFFF)
+ admin = User.create!(name: "Administrator", user_name: "admin", email: "root@localhost.lan", password: "password", permissions: 0x7FFFFFFF)
# John Doe's for testing
User.create!(name: "John 0", password: "password", email: "john0@gmail.com", user_name: "johndoe0")