Work items: 30659

This commit is contained in:
hartvig
2012-01-06 08:50:55 -01:00
parent ad4e5e841d
commit 140cf8ec2f

View File

@@ -65,7 +65,7 @@ namespace umbraco.providers.members
if (string.IsNullOrEmpty(value))
throw new ProviderException("ApplicationName cannot be empty.");
if (value.Length > 0)
if (value.Length > 0x100)
throw new ProviderException("Provider application name too long.");
m_ApplicationName = value;