Add membership verification
This commit is contained in:
@@ -13,7 +13,7 @@ namespace LeafWeb.WebCms.EventHandlers
|
||||
{
|
||||
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)
|
||||
{
|
||||
base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||
//base.ApplicationStarted(umbracoApplication, applicationContext);
|
||||
MemberService.Created += MemberService_Created;
|
||||
MemberService.Saving += MemberService_OnSaving;
|
||||
}
|
||||
@@ -32,7 +32,7 @@ namespace LeafWeb.WebCms.EventHandlers
|
||||
//Member wasn't approved before save but is now
|
||||
if (!alreadyApproved)
|
||||
{
|
||||
//Code to send email goes here
|
||||
//todo Code to send email goes here
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user