Merge branch temp8 into temp8-di
This commit is contained in:
@@ -33,11 +33,6 @@ namespace Umbraco.Web.Models
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete("Do not use this ctor as it will perform business logic lookups. Use the MembershipHelper.CreateProfileModel or the static ProfileModel.CreateModel() to create an empty model.")]
|
||||
public ProfileModel()
|
||||
:this(true)
|
||||
{
|
||||
}
|
||||
|
||||
[Required]
|
||||
[RegularExpression(@"[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?",
|
||||
|
||||
Reference in New Issue
Block a user