Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Membership Validation


Go to End


2 Posts   1201 Views

Avatar
danc

Community Member, 4 Posts

18 August 2009 at 9:17am

Hi,

I'm just starting working with Silverstripe and I'm looking to migrate a customer site across. However they have a membership area that requires manual inspection of members before they are granted access. I cretated a bespoke php mysql app before that allowed the admin to see who had applied etc for membership and then grant or deny them access after viewing data they had filled in to prove they should have access.

I have skimmed through the Silverstrip doc etc , does anyone know if there is a membership module available that can easily handle this ?

Daniel

Avatar
dhensby

Community Member, 253 Posts

18 August 2009 at 10:11am

Hi danc,

I don't think there are any modules that do anything like that (it's a very unique feature one would want). But i wouldnt imagine it to be hard to implement something like that. Simply add a bool to the membership class and then in the CMS have the approver tick a box on a member.

Then, with the log-in script, just check that bool is true.