7 lines
183 B
C#
7 lines
183 B
C#
namespace Umbraco.Core.Configuration.UmbracoSettings
|
|
{
|
|
internal class UserPasswordConfigurationElement : PasswordConfigurationElement, IUserPasswordConfiguration
|
|
{
|
|
}
|
|
}
|