
WP Login Register Flow is ajax based wordpress login and registration process plugin. it will give access to users login and registration on site and can reset/change password of their account. Admin can manage users to prevent login/register from backend.
Change texts of messages using filters :
Login success
add_filter(‘wplrf_account_login_success_text’,’wplrf_account_login_success_text_callback’);
Invalid user
add_filter(‘wplrf_account_invalid_user_text’,’wplrf_account_invalid_user_text_callback’);
Incorrect user
add_filter(‘wplrf_account_incorect_password_text’,’wplrf_account_incorect_password_text_callback’);
user blocked
add_filter(‘wplrf_account_blocked_text’,’wplrf_account_blocked_text_callback’);
My Account Link text
add_filter(‘wplrf_account_btn_text’,’wplrf_account_btn_text_callback’);
Register Email Already Exists
add_filter(‘wplrf_email_already_exists_text’,’wplrf_email_already_exists_text_callback’);
Register Username Already Exists
add_filter(‘wplrf_username_already_exists_text’,’wplrf_username_already_exists_text_callback’);
Register Successfully
add_filter(‘wplrf_account_register_success_text’,’wplrf_account_register_success_text_callback’);
Register Email send successfully
add_filter(‘wplrf_register_successed_email_text’,’wplrf_register_successed_email_text_callback’);
Register Email failed to send
add_filter(‘wplrf_register_failed_email_text’,’wplrf_register_failed_email_text_callback’);
welcome Email send successfully
add_filter(‘wplrf_welcome_email_success_text’,’wplrf_welcome_email_success_text_callback’);
welcome Email failed to send
add_filter(‘wplrf_welcome_email_failed_text’,’wplrf_welcome_email_failed_text_callback’);
Lost password Email send successfully
add_filter(‘wplrf_lost_pass_mail_success_send_text’,’wplrf_lost_pass_mail_success_send_text_callback’);
Lost password Email failed to send
add_filter(‘wplrf_lost_pass_mail_fail_send_text’,’wplrf_lost_pass_mail_fail_send_text_callback’);
Reset password Expired key
add_filter(‘wplrf_reset_pass_expired_key_text’,’wplrf_reset_pass_expired_key_text_callback’);
Reset password Invalid key
add_filter(‘wplrf_reset_pass_invalid_key_text’,’wplrf_reset_pass_invalid_key_text_callback’);
Reset password successfully
add_filter(‘wplrf_reset_pass_success_text’,’wplrf_reset_pass_success_text_callback’);
Change password successfully
add_filter(‘wplrf_change_pass_success_text’,’wplrf_change_pass_success_text_callback’);
Activation Email Send successfully
add_filter(‘wplrf_activation_link_send_success_text’,’wplrf_activation_link_send_success_text_callback’);
Lost Password Popup text
add_filter(‘wplrf_lost_pass_popup_text’,’wplrf_lost_pass_popup_text_callback’);
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.