10390 Posts in 2202 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 660 Views |
-
Membership Validation

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
-
Re: Membership Validation

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.
| 660 Views | ||
|
Page:
1
|
Go to Top |


