wp_generate_password simpler passwords please?
-
Hi
I’m looking for WP autogenerated user passwords (the ones sent in emails) to be simpler.
I’ve tried to over-write wp_generate_password in the theme functions.php file. But this crashes the site. I expect because wp_generate_password has implications above just password generation (perhaps used for saltshashparties or something)?
Can someone point me in right direction to do this, where it wont screw the rest of the site?
thanks Pao
BTW. I’m not interested in having a discussion about why I shouldn’t do this; (put simply, user experience and “user leakage” trumps the risk associated with having slightly weaker passwords)
The topic ‘wp_generate_password simpler passwords please?’ is closed to new replies.