login( )


Logs in a registered member with the provided email and password.

Upon successful login, the member's session is established and they gain access to member-only content and features.

Method Declaration
Copy
Method Parameters
emailstringRequired

Member's email address.


passwordstringRequired

Member's password.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?