説明
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’);
Features And Options:
- WordPress login, Registration, Forgot passwpord, change password.
- Email Verification for Account Activation.
- Allow/Disallow Users to Register from frontend.
- Block/unblock users to prevent login for frontend.
- Assign Default role for new registered user.
- send welcome email.
- Hide admin bar option
- Use Shortcode for display Link.
- set Account icon position for login/register popup.
- Change Toster messages using filters hook.
スクリーンショット
インストール
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the “WP Login Register Flow” plugin through the ‘Plugins’ screen in WordPress
- Click on WP Login Register on the dashboard.
評価
このプラグインにはレビューがありません。
貢献者と開発者
“WP Login Register Flow” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
1.0.0
- Initial Public Release.