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)

Example:

input:

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

...