wp_generate_password
-
It’s stated in the FAQ that:
Since version 2.2 WP Password Generator has used the pluggable function wp_generate_password() to handle the actual generation of passwords. This switch a) kept the codebase more DRY and b) allows users to easily override the generator logic without editing core or plugin files.
I think developers should be VERY carefull when overriding core-functions. In this case the wp_generate_password()-function is also used to generate wordpress session tokens and other random keys for security purpose. So keep this in mind when altering this function, so you do not reduce security!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_generate_password’ is closed to new replies.