Action to log in a user.
Attributes:
| Attribute | Examples | Description |
| email* | email="{field.email}" email="{field.text}" | The email or username used to log in. Required. |
| pass* | pass="{field.password}" | The password used to log in. Required. |
| remember | remember="{field.check}" remember="yes" remember="no" remember="1" remember="0" | Sets the remember me option. Accepts: yes, no, 1 or 0. Default: yes. Optional. |
| redirect | redirect="{site.url}" redirect="https://bforms.com/" | Sets the URL to redirect after login. Does not perform any redirect if empty. Optional. |