Quote:
Originally Posted by kh99
You should find a call to fetch_random_password(8) in login.php.
|
That, I can. But I'm unable to find the letters being used.
Code:
$password_characters = 'ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz';
is not found in login.php, as such resetting passwords on the users end (normal recovery) isn't using the password characters through functions.php, I tried and it just gives a normal password with no new characters I added.