Membership plugin question

By jenolan - October 11, 2013 - edited: October 11, 2013

AFAIK you should be able to use the built-in admin users, give them access to only edit their own records, then set the section to allow allow one record per user should be dun'n'dusted.

---
<?= "Jenolan(Larry) :: Coding Since 1973" ?>
Peace and Long Life

By shawnpatoka - October 12, 2013

I think that would work if we didnt have very many users. but if all goes well, there should be thousands of different users needing to update their own pages.

By Chris - October 17, 2013

Hi shawnpatoka,

I see you're already using the Geocoder plugin, which I was about to recommend. :)

jenolan is right: you can accomplish this with normal CMS user accounts. You'll definitely want to restrict your users to only be able to see and update their own data by setting their Section Access to "By Section", and give them "Author" access to the section you want them to update (e.g. "bar_pages"), and set a Max Records limit of 1, so they can only have the one page.

There shouldn't be a problem with using CMS user accounts like this to handle thousands of users. Please let me know if you foresee a problem with this approach or have any questions.

All the best,
Chris

By shawnpatoka - October 17, 2013

well this is good news! Thank you guys so much, I am going to try this out.