UsersSettings¶
The UsersSettings object represents settings for users in the storefront.
classDiagram
direction LR
class UsersSettings{
bool isRegistrationEnabled
bool isFullRegistrationMode
}
Properties¶
| Attribute name | Type | Description |
|---|---|---|
| isRegistrationEnabled | bool |
Returns true if registration is enabled. |
| isFullRegistrationMode | bool |
Returns true if full registration form enabled. |