I'm trying to install wpmu in my local server to play with it, but in the initial password is email and I can't send email from my local server. Can somebody help me. Where is the function that control the install password... Help!
Thanks for the help
Hi, I just started playing with this on my pc, I use phpmyadmin on my local machine to change the password with md5 setting.
Hope that helps.
ngenhit
Member
Posted 18 years ago #
COOL !! i just foundout!!!!!!!!! tell me if this works!. im using wp 2.0.4 .edit the wp-register.php okkkk
this is the part : to be edited
"
<h2><?php _e('Registration Complete') ?></h2>
<?php printf(__('Username: %s'), "" . wp_specialchars($user_login) . "") ?>
<?php printf(__('Password: %s'), '' . __('emailed to you') . '') ?>
"
change the " 'emailed to you' " TO "$password"
wihtout the doubl quotes the altered sentence is below.
<?php printf(__('Password: %s'), '' . wp_specialchars($password) . '') ?>
ngenhit
Member
Posted 18 years ago #
ohh forgot by altering tht the abuv file . the password also will be shown!!!!! along with email