webdav portal password change page added
This commit is contained in:
parent
dd15673752
commit
4bae47e17f
35 changed files with 2010 additions and 93 deletions
|
@ -15,6 +15,7 @@ using WebsitePanel.WebDav.Core.Security.Authentication.Principals;
|
|||
using WebsitePanel.WebDav.Core.Security.Cryptography;
|
||||
using WebsitePanel.WebDavPortal.App_Start;
|
||||
using WebsitePanel.WebDavPortal.Controllers;
|
||||
using WebsitePanel.WebDavPortal.CustomAttributes;
|
||||
using WebsitePanel.WebDavPortal.DependencyInjection;
|
||||
using WebsitePanel.WebDavPortal.HttpHandlers;
|
||||
using WebsitePanel.WebDavPortal.Mapping;
|
||||
|
@ -39,6 +40,10 @@ namespace WebsitePanel.WebDavPortal
|
|||
Mapper.AssertConfigurationIsValid();
|
||||
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
DataAnnotationsModelValidatorProvider.RegisterAdapter(
|
||||
typeof(PhoneNumberAttribute),
|
||||
typeof(RegularExpressionAttributeAdapter));
|
||||
}
|
||||
|
||||
protected void Application_Error(object sender, EventArgs e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue