K
kgray
Is there anyway to set PasswordStrengthRegularExpressionon your
membership provider, without changing the web.config? I would like to
offer the user the ability to change the strength requirement for
their site, but I don't want to do it through the web.config file.
Yet, when I try membership.PasswordStrengthRegularExpression, it is
read-only.
I have found that with appsettings in the web.config, you can create a
seperate file, and set the appsettings to pull that info, ie:
<appSettings file="cfg.xml">. But, the membership provider doesn't
have this option.
Does anyone have any suggestions on how to achieve this?
Thanks in advance, Kathy
membership provider, without changing the web.config? I would like to
offer the user the ability to change the strength requirement for
their site, but I don't want to do it through the web.config file.
Yet, when I try membership.PasswordStrengthRegularExpression, it is
read-only.
I have found that with appsettings in the web.config, you can create a
seperate file, and set the appsettings to pull that info, ie:
<appSettings file="cfg.xml">. But, the membership provider doesn't
have this option.
Does anyone have any suggestions on how to achieve this?
Thanks in advance, Kathy