Ищем в файле wp-includes/pluggable.php
Code: Select all
if ( $special_chars )
$chars .= '!@#$%^&*()';
Или строку
Code: Select all
function wp_generate_password($length = 12, $special_chars = true) {
Code: Select all
function wp_generate_password($length = 12, $special_chars = false) {