The signin widget creates a session for the current user and allows them further privileges on the site. To create the login form all that is essentially required is.
[sign]
Whilst this is the basic setup. We can also add additional parameters for signing out...
[sign:out;]
Password reminder
[sign:email:435;return:"Your password has been sent";]
fields
- out bool [remove the current user session]
- email integer forward a new password to the user.
- return integer/string return the text or the content of the page - defined by the integer.