Skip to content

v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@codingaddicted codingaddicted released this 31 May 22:34
· 27 commits to main since this release

WP Magic Link Auth v0.2.1 - Admin support

This release introduced the admin page support. Some features are now parametric and their behavior can be customized using settings.

Email settings

  • Email subject: set the custom subject for magic link mail
  • Email body: set the body content with custom text and placeholders available
    • {magic_link}
    • {user_email}
    • {user_login},
    • {display_name}

Logging settings

An "Enable Console Logging for AJAX Calls" can enable or disable the console log for ajax calls from login form. Useful until custom message handling is implemented (see readme).

Form Settings

Customize login form labels