Browse Source

Display WordPress Credentials After update HTML PHP webistes

next
Mitesh Shah 10 years ago
parent
commit
a7804b327a
  1. 6
      bin/easyengine

6
bin/easyengine

@ -582,6 +582,12 @@ elif [ "$EE_FIRST" = "site" ]; then
# Setup WordPress
ee_mod_setup_wordpress
# Display WordPress credential
echo
ee_lib_echo_info "WordPress Admin Username: $EE_WP_USER"
ee_lib_echo_info "WordPress Admin Password: $EE_WP_PASS"
echo
# Display WordPress cache plugin settings
ee_mod_plugin_settings
fi

Loading…
Cancel
Save