-
Notifications
You must be signed in to change notification settings - Fork 48
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
Issues with creating/deleting users #5
Comments
Did you create the membership role? Role.create(:id => 3, :title => "Members") 3 is unfortunately a magic number that is used in the back-end. |
Oops.. I didn't mean to close this. If it's still a problem, please re-open. |
I did create that role. I checked that it's there with an id of 3 - still getting the same issue. I just tried a fresh install of RefineryCMS and the Memberships engine to test, getting the same issue. |
Thanks for all the hard work. I didn't see all the commits you'd made before this message - obviously you knew about the role! I'll try and look at this more. I had a brief reprieve from client work but I'm back on it again. |
I have the same problem, if it helps I have Ruby 1.8.7 , Rails 3.0.7 and RefineryCMS 0.9.9.22 |
I have installed RefineryCMS 0.9.9.15 and pulled in the changes from the current Pull Request.
I now have a situation where if I go to /memberships/new and sign up - it doesn't add the user under the memberships tab, it instead adds the user to my RefineryCMS Users tab. It also removes the option to delete the user.
If I go back to the Memberships tab, it doesn't show anything except the column headers, and under pages it does let me select which pages can be seen by Members only - however viewing the website without logging in shows these to not be working.
The text was updated successfully, but these errors were encountered: