Simple authentication
XML
<auth:simple var="var" username="string" password="string" otp="string"/>
<auth:simple /> authenticates a user by username and password.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | auth:simple |
| username | string | Username or e-mail address | auth:simple |
| password | string | Password | auth:simple |
| otp | string | OTP authentication code for 2FA (optional) | auth:simple |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | no-result-propagation |