You can now change the user password in the user editor
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Umbraco.Web
|
||||
{
|
||||
//if there are no member names supplied then we assume that the validation message is for the overall property
|
||||
// not a sub field on the property editor
|
||||
if (!result.MemberNames.Any())
|
||||
if (result.MemberNames.Any() == false)
|
||||
{
|
||||
//add a model state error for the entire property
|
||||
modelState.AddModelError(string.Format("{0}.{1}", "_Properties", propertyAlias), result.ErrorMessage);
|
||||
|
||||
Reference in New Issue
Block a user