Magic Login Mail or QR Code for WordPress Plugin Directory
Magic Login Mail or QR Code is a WordPress app, with a 5.0 average rating from 3 reviews, as of July 9, 2026.
Magic Login Mail or QR Code is a WordPress Plugin Directory app by Katsushi Kawamori. With a rating of 5.0★ from 3 reviews.
AppRanks data: Magic Login Mail or QR Code ranks #0 in Email on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Magic Login Mail or QR Code is a category-leading WordPress app with a limited review volume. It is listed in the Email category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 3 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Katsushi Kawamori — established developer track record
Cons
- −Limited review base (3) — ratings can shift significantly with new feedback
Looking to switch from Magic Login Mail or QR Code?
See Magic Login Mail or QR Code's alternatives ranked by audit score, rating, and review velocity.
How Magic Login Mail or QR Code works
Show full descriptionShow less
Enter your email address, and send you an email with a magic link or QR Code to login without a password.
Login
Login with email address only.
Only registered users can login.
Password-less login from the magic link or QR code notified in the email.
shortcode : [magic_login]
action hook : do_action( 'magic_email_send', $emails | array, true | bool ) : To send the magic link simultaneously from the management account.
QR code login on the user’s administration screen.
Thanks
This plugin is a modified version of Passwordless Login.
The main changes are the addition of various filter hooks and the addition of the following action hooks.
Action hook
This is for sending bulk e-mails with a magic link for login to multiple accounts from the management screen.
When using this action hook, the URL of the page where the shortcode [magic_login] is placed should be specified in the filter hook ‘magic_login_mail_url’.
/** ================================================== * To send the magic link simultaneously from the management account. * * @param array $emails Multiple email addresses. * @param bool true Output notifications to the management screen immediately after sending. */ do_action( 'magic_email_send', $emails, true );
Filter hooks /** ================================================== * Filter for magic link url with mail. * */ add_filter( 'magic_login_mail_url', function(){ return 'url'; }, 10, 1 );
/** ================================================== * Currently logged in user link for Magic Login Mail * * @param string $url URL. * @param int $user_id User ID. * @return $url */ add_filter( 'magic_login_mail_user_redirect', 'redirect_url_login_users', 10, 2 );
/** ================================================== * Login user after redirect for Magic Login Mail * * @param string $url URL. * @param int $user_id User ID. * @return $url */ add_filter( 'magic_login_mail_after_login_redirect', 'redirect_url_login_users', 10, 2 );
function redirect_url_login_users( $url, $user_id ){ /* your code */ return $url; }
/** ================================================== * Filter for message with shortcode form. * */ add_filter( 'magic_login_mail_success_link_msg', function(){ return 'Message for success.'; }, 10, 1 ); add_filter( 'magic_login_mail_success_login_msg', function(){ return 'Message for success with login.'; }, 10, 1 ); add_filter( 'magic_login_mail_valid_errors', function(){ return 'Message for mail validation error.'; }, 10, 1 ); add_filter( 'magic_login_mail_email_errors', function(){ return 'Message for sent mail error.'; }, 10, 1 ); add_filter( 'magic_login_mail_invalid_token_error', function(){ return 'Message for token error.'; }, 10, 1 ); add_filter( 'magic_login_mail_form_label', function(){ return 'Message for form label.'; }, 10, 1 );
/** ================================================== * Filter for color with shortcode form. * */ add_filter( 'magic_login_mail_success_link_msg_back_color', function(){ return '#e7f7d3'; }, 10, 1 ); add_filter( 'magic_login_mail_success_login_msg_back_color', function(){ return '#e7f7d3'; }, 10, 1 ); add_filter( 'magic_login_mail_valid_errors_back_color', function(){ return '#ffebe8'; }, 10, 1 ); add_filter( 'magic_login_mail_email_errors_back_color', function(){ return '#ffebe8'; }, 10, 1 ); add_filter( 'magic_login_mail_invalid_token_error_back_color', function(){ return '#ffebe8'; }, 10, 1 );
/** ================================================== * Filter for input text size. * */ add_filter( 'magic_login_mail_input_size', function(){ return 17; }, 10, 1 );
/** ================================================== * Filter for class name. * */ add_filter( 'magic_login_mail_notice_class_name', function(){ return 'mynotice'; }, 10, 1 ); add_filter( 'magic_login_mail_form_class_name', function(){ return 'myform'; }, 10, 1 ); add_filter( 'magic_login_mail_label_class_name', function(){ return 'mylabel'; }, 10, 1 ); add_filter( 'magic_login_mail_input_class_name', function(){ return 'myinput'; }, 10, 1 ); add_filter( 'magic_login_mail_submit_class_name', function(){ return 'mysubmit'; }, 10, 1 );
/** ================================================== * Filter for message with mail subject. * */ add_filter( 'magic_login_mail_subject', function(){ return 'subject'; }, 10, 1 );
/** ================================================== * Filter for message with mail. * * @param string $message message. * @param string $url url. * @param string $exp_date_time expiration date and time. */ add_filter( 'magic_login_mail_message', function( $message, $url, $exp_date_time ) {
$message .= '<br><br>' . 'You may only log in once using the link above.';
return $message; }, 10, 3 );
/** ================================================== * Filter for login expiration. * */ add_filter( 'magic_login_mail_expiration', function(){ return 10; }, 10, 1 );
Category rankings
As of Jul 9, 2026- Email#0of 711Top 1%
- Login#0of 604Top 1%
- Passwordless#0of 6Top 1%
- Users#0of 41Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Magic Login Mail or QR Codedoesn't have curated competitor matchups yet. Other tracked email apps on WordPress:
Where Magic Login Mail or QR Code stands in the Email category
Magic Login Mail or QR Code ranks #0 of 711 apps in the Email category, placing it in the top 1% of the listing.
Frequently asked questions
What is Magic Login Mail or QR Code?
Magic Login Mail or QR Code is an app for WordPress. It currently holds a 5.0-star rating from 3 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Email category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Katsushi Kawamori.
Who uses Magic Login Mail or QR Code?
Currently around 100 active stores have installed Magic Login Mail or QR Code. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Email category on WordPress.