Jump to content

Force clients to use different password


Recommended Posts

Hello:

We have installed a passwords expiration system in our WHMCS. We want the clients use a different password when they change it (they're redirected to the recovery page).

Is there any security configuration to active this protection (force to use a different password)?

If not, do you know a hook executed when the client is changing the password on the recovery page?

Thank you ,

Regards.

Link to comment
Share on other sites

Do not think that is built in but would be a good feature for that password expiration addon you mentioned.  Would require at least the ClientChangePassword hook.  I do not believe that provides the old password and so you would need another hook, like the ClientAreaPageChangePassword, to capture the old password and store it, still hashed, in the session.  Then on ClientChangePassword, check that session variable against the new password hash.  If it matches, well then you have to force them to password change page via a ClientAreaPage hook and complain that they match. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated