Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
HI richard
is there a way to set the minimum password requirements when i set the generate password flag?
i need to generate a little loger passwords.
regards
Fabio
Hi Fabio,
Its generating a password based on the minRequiredPasswordLength attribute on the Membership element in the web.config file
http://msdn.microsoft.com/en-us/library/system.web.security.membership.minrequiredpasswordlength.aspx
In the example below I set it to 25 and CMSImport generates passwords that are 25 characters long
<
add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" minRequiredPasswordLength="25" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" passwordFormat="Hashed" />
Hope this helps you,
Richard
it's more then required thanks a lot
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
minimum password requirements
HI richard
is there a way to set the minimum password requirements when i set the generate password flag?
i need to generate a little loger passwords.
regards
Fabio
Hi Fabio,
Its generating a password based on the minRequiredPasswordLength attribute on the Membership element in the web.config file
http://msdn.microsoft.com/en-us/library/system.web.security.membership.minrequiredpasswordlength.aspx
In the example below I set it to 25 and CMSImport generates passwords that are 25 characters long
<
add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" minRequiredPasswordLength="25" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" passwordFormat="Hashed" />
Hope this helps you,
Richard
it's more then required thanks a lot
Fabio
is working on a reply...