Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "login_path"

  • "logout_path"

  • "edit_path"

  • "new_path"

  • "request_password_recovery_path"

  • "password_recovery_path”

Each of this attributes return a path to a specific authentication template(except for logout_path, which is can be used to logout the user using a DELETE request to it. This is simplified using the authentication_logout_form )

Example:

input:

Code Block
<a href="{{authentication.authentication_types.dealers.login_path}}">Login</a>

...