Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User creation doesn't work #61

Open
Xodarap opened this issue Oct 27, 2013 · 0 comments
Open

User creation doesn't work #61

Xodarap opened this issue Oct 27, 2013 · 0 comments

Comments

@Xodarap
Copy link

Xodarap commented Oct 27, 2013

After creating a user, I had to manually mark them as active and give them a role:

db.users.update({"username": "benwest"}, 
  { $set: 
    { "staff_role": true,
      "approved": true,
      "admin": true
   }
 })

I had the default_user_approved: true in my yaml file, but it didn't seem to work.

I also noticed that the admin:create_admin_account rake task doesn't mark staff_role: true, so the resulting account isn't usable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant