shop:onBeforeGenerateCustomerPassword event
public mixed event_onBeforeGenerateCustomerPassword()
{return} |
mixed |
the handler should return a new generated password or null. |
Allows to override the default customer password generation feature.
The event handler should return a new password string or null if the
default generated password should be used.
|