This page has some useful tweaks and customization for the HireBee Theme.
Redirect Users to the Login Page After Registration
Add the following line of code below to the Code Snippets plugin or a custom plugin:
add_filter( 'show_password_fields_on_registration', '__return_false' ); |