UNPKG

strapi-plugin-passwordless

Version:

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.

31 lines 1.8 kB
{ "Header.Settings": "Passwordless Plugin", "Form.title.Settings": "Configuration", "Settings.enabled.description": "Enables a secure and seamless emailed link authentication.", "Settings.createUser.description": "Create new user by email if it doesn't exist.", "Settings.createUser.label": "Create new user", "Settings.expire_period.description": "Passwordless link expire in the period in seconds.", "Settings.token_length.description": "Length of authorization token, minimum 5 symbols.", "Settings.stays_valid.description": "Token stays valid after user clicked on it.", "Settings.confirmationUrl.description": "URL for link with confirmation code.", "Settings.enabled.label": "Enable Passwordless plugin", "Settings.expire_period.label": "Link validity period (seconds)", "Settings.token_length.label": "Length of token (symbols)", "Settings.stays_valid.label": "Stays valid", "Settings.confirmationUrl.label": "Confirmation URL", "Email.options.from.email.label": "Shipper email", "Email.options.from.email.placeholder": "kai@doe.com", "Email.options.from.name.label": "Shipper name", "Email.options.from.name.placeholder": "Kai Doe", "Email.options.message_text.label": "Message (text)", "Email.options.message_html.label": "Message (html)", "Email.options.object.label": "Subject", "Email.options.object.placeholder": "Please follow the link for login at %APP_NAME%", "Email.options.response_email.label": "Response email", "Email.options.response_email.placeholder": "kai@doe.com", "Warning.button.cancel": "Cancel", "Warning.button.confirm": "Confirm", "Warning.title": "Please confirm", "Warning.warning.cancel": "Are you sure you want to cancel your modifications?", "notification.success.submit": "Settings have been updated" }