Thanks for the hint KH. I've altered the line:
Code:
$password_characters = 'ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz';
and I've included some symbols. Seems to work just fine!
However, when I alter:
Code:
function fetch_random_password($length = 8)
And change the lenght of the password to 12, doesn't appear to work. It sticks with giving a password length of 8.