I would like to change the default behavior of Joomla’s password reminding mechanism. I would like to be provided with checking of the strength of a password and (optionally) with captcha capabilities. I was wondering if there’s a free component for Joomla which I could install and use out-of-the-box.
I would like to change the default behavior of Joomla’s password reminding mechanism. I
Share
If you don’t mind hacking around in the core code, then you can look in the
components\com_user\controller.phpfile. In thesave()function, around line 82, it retrieves the user’s password. At that point you could insert whatever code you like to check the password strength: