Skip to main content
This page contains all actions that relate to the sign-in and registration process in the online shop. Here all messages and email templates are documented that are output when signing in, unlocking an account or resetting a password, etc.

Overview of actions

The actions listed here have been 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 on the server side during actions such as registration or password change (e.g. minimum length, complexity).

Example configuration

Parameter overview


actions.login - Sign-in

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

Example configuration

Parameter overview


actions.unlockLogin - Unlock sign-in

With the unlockLogin action, you can define error messages that are output when lifting a login lock for a customer account.

Example configuration

Parameter overview


actions.passwordForgotten - Password forgotten

With the passwordForgotten action, you define the error messages that are shown during the “password forgotten” process.

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 performed.

Example configuration

Parameter overview