<we:saveRegisteredUser>
Since version: 2.2.0.0 | Requires endtag: no | Required modules: customer
Description
This tag is used to store customer data entered into session fields.
Specific
This tag is only available if the Customer Management Module is installed, and if the page is dynamic. A page using <we:saveRegisteredUser> must start with the tag <we:sessionStart/>.
Attributes
userexists
Default value: - | since version: 2.2.0.0 | required: no
Use this attribute to display an error message if the username already exists. Use the placeholder "%s" to display the name. For example, "Username %s exists, choose another".
userempty
Default value: - | since version: 2.2.0.0 | required: no
Set this attribute to the text to be displayed if a user leaves the username empty.
passempty
Default value: - | since version: - | required: no
register
Default value: true | since version: 4.0 | required: no
If the value of this attribute is set on "false", then it is not possible to register a new user. If the attribute is not set or set on "true", a new user could be registered.
Allowed values:
- true
- false
protected
Default value: - | since version: 4.0 | required: no
Set this attribute to a comma seperated list of the field names which should not be saved.
Syntax
<we:saveRegisteredUser [userexists="attribute"] [userempty="attribute"] [passempty="attribute"] [register="true|false"] [protected="attribute"] />