Add registration page
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using System.Configuration;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Net.Mail;
|
||||
using log4net;
|
||||
@@ -9,6 +7,7 @@ using LeafWeb.Core.DAL;
|
||||
using LeafWeb.Core.Entities;
|
||||
using LeafWeb.Core.Utility;
|
||||
using LeafWeb.WebCms.Models;
|
||||
using Umbraco.Core.Models;
|
||||
|
||||
namespace LeafWeb.WebCms.Services
|
||||
{
|
||||
@@ -198,6 +197,11 @@ namespace LeafWeb.WebCms.Services
|
||||
SendMessage(message);
|
||||
}
|
||||
|
||||
public void SendVerifyMemberEmail(IMember member)
|
||||
{
|
||||
// TODO: write verify email to user
|
||||
}
|
||||
|
||||
private string FormatWarningMessage(LeafInput leafInput)
|
||||
{
|
||||
if (leafInput.OutputWarningMessage != null)
|
||||
|
||||
Reference in New Issue
Block a user