Quote:
Originally Posted by kh99
Oh, did you actually try requesting a password change? What I was trying to say is that the code in login.php should use the variable with the string of characters that you already changed, so it should change in both cases. If you want to increase the length then you should change login.php where it says fetch_random_password(8) (to something higher than 8).
|
I've changed the password characters within functions.php
Code:
$password_characters = '123456789!@#$%^&*()ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz';
Which appears to be working when I use the Check Vulnerable Passwords function. However, when I normally request a new password (forgotten password) for example, I still get the normal ABC,abc passwords, rather than the extra numbers and symbols I placed in.
EDIT!
Nvm! I spoke to soon. It appears to be working after all, thanks folks!
Quote:
As you requested, your password has now been reset. Your new details are as follows:
Username: skytest
Password: 16%R&EG5pDt(UPX
|
Honestly, that sounds like a much better / secured password by default.