Skip to main content
This page contains all actions related to the sign-in and registration process in the online shop. All messages and email templates that are output during sign-in, when unblocking an account, or when resetting a password, etc., are documented here.

Overview of actions

The actions listed here are grouped thematically to provide a clear overview of the associated error messages and email templates. Actions that thematically belong to a different area can be found in the corresponding sections of this documentation or in the alphabetical overview of actions.

Excerpt of the basic actions structure

Action overview


actions.acceptInvitation - Accept invitation (B2B)

The acceptInvitation action controls the error messages that are output when an invited user accepts a B2B account invitation via a double opt-in link.

Example configuration

Parameter overview


actions.checkPasswordStrength - Password strength / password security

The checkPasswordStrength action controls whether the shop system checks the strength of a password server-side (e.g. minimum length, complexity) during actions such as registration or password change.

Example configuration

Parameter overview


actions.login - Sign-in

The login action defines which error messages are output during the sign-in process to a customer account.

Example configuration

Parameter overview


actions.unlockLogin - Unblock sign-in

The unlockLogin action defines the error messages that are output when lifting a login block for a customer account.

Example configuration

Parameter overview


actions.passwordForgotten - Forgot password

The passwordForgotten action defines the error messages that are shown during the “forgot password” flow.

Example configuration

Parameter overview


actions.resetPassword - Reset password

The resetPassword action defines which error messages are output when changing the password for an existing customer account, and which checks/actions are carried out.

Example configuration

Parameter overview