refinerycms_membership icon indicating copy to clipboard operation
refinerycms_membership copied to clipboard

Issues with creating/deleting users

Open paulosb opened this issue 13 years ago • 5 comments

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.

paulosb avatar Apr 04 '11 11:04 paulosb

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.

rbriank avatar Apr 04 '11 14:04 rbriank

Oops.. I didn't mean to close this. If it's still a problem, please re-open.

rbriank avatar Apr 04 '11 14:04 rbriank

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.

paulosb avatar Apr 04 '11 14:04 paulosb

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.

rbriank avatar Apr 04 '11 14:04 rbriank

I have the same problem, if it helps I have Ruby 1.8.7 , Rails 3.0.7 and RefineryCMS 0.9.9.22

fcastellanos avatar Jun 08 '11 04:06 fcastellanos