Passwordless Login Shortcode
You can use the following shortcode to add a passwordless login form anywhere on your site.
Shortcode Attributes:
input_label– Label for the input field.button_initial_label– Initial text on the submit button.button_loading_label– Button text while sending request.button_done_label– Button text after request success.username_required_message– Error message if input is empty.username_not_registered_message– Error if user is not found.request_link_success_message– Success message on link sent.request_link_failure_message– Error message if request fails.
Example usage:
[lgnl_passwordless_form input_label="Username or Email Address" button_initial_label="Get Login Link" button_loading_label="Sending..." button_done_label="Sent" username_required_message="Username or email is required." username_not_registered_message="No registered user found with this username or email." request_link_success_message="Login link successfully sent." request_link_failure_message="Failed to generate login link." ]