Logout URL
Generates a user's logout URL.
Example
Template
<a href="{{ user:logout_url }}">Log out</a>
Parameters
redirect string | Where the user should be redirected after logging out. Defaults to the home page. |
---|
Generates a user's logout URL.
<a href="{{ user:logout_url }}">Log out</a>
redirect string | Where the user should be redirected after logging out. Defaults to the home page. |
---|