596 B
596 B
title | description |
---|---|
account.noPassword | account_noPassword attributes, type and example |
Constructor: account.noPassword
Attributes:
Name | Type | Required |
---|---|---|
new_salt | bytes | Required |
email_unconfirmed_pattern | string | Required |
Type: account_Password
Example:
$account_noPassword = ['_' => 'account.noPassword', 'new_salt' => bytes, 'email_unconfirmed_pattern' => string, ];