This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

shop:onBeforeGenerateCustomerPassword event

Triggered by Shop_Customer
Author LemonStand eCommerce Inc.

Event handler signature

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.