Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Password policy for "Remembered" View modes: 
User avatar
Member
Member
JAA - 2/4/2014 10:41:27 AM
   
Password policy for "Remembered"
Hello,

Is there an option in Kentico to "remember" a specified number of user passwords? Our corporate policy is that users cant reuse a number of previous passwords. How can I configure this policy in Kentico?

Thanks in advance

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 2/4/2014 1:39:01 PM
   
RE:Password policy for "Remembered"
Are you using LDAP authentication or forms? If forms, you'd have to build that into it. If LDAP, your password cannot be managed within Kentico (I don't think).

User avatar
Member
Member
JAA - 2/4/2014 3:25:23 PM
   
RE:Password policy for "Remembered"
FroggEye wrote: Are you using LDAP authentication or forms? If forms, you'd have to build that into it. If LDAP, your password cannot be managed within Kentico (I don't think).

We are in AD Mixed Mode. Im only interested in the users which are created locally, who are not "External User"/"Is Domain User"

thanks

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 2/6/2014 11:52:14 AM
   
RE:Password policy for "Remembered"
You might check out the global handlers section in the dev guide. Specifically SecurityEvents.Authenticate.Execute event. You can get the current user info in the AuthenticationEventArgs and do your validation there when the user is authenticating.