mod_authentication dispatch rules

URL dispatch rules defined by mod_authentication in apps/zotonic_mod_authentication/priv/dispatch/dispatch.

This file defines the URL dispatch rules for mod_authentication. Rules are matched from top to bottom; the first matching rule handles the request.

Source: apps/zotonic_mod_authentication/priv/dispatch/dispatch

Dispatch namePathControllerOptions
logoff/logoffcontroller_logoff[]
logon/logoncontroller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_done/logon/donecontroller_logon_done[]
logon_change/logon/:logon_view="change"controller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_reminder/logon/:logon_view="reminder"controller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_reset/logon/:logon_view="reset"controller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_confirm/logon/:logon_view="confirm"controller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_change/logon/changecontroller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_reset/logon/resetcontroller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_reminder/logon/remindercontroller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
logon_confirm/logon/confirmcontroller_template[{template,<<"logon.tpl">>},seo_noindex,is_logon,notrack]
sessions_user/logon/sessionscontroller_template[{template,<<"sessions.tpl">>},seo_noindex,{acl,is_auth}]
logon_auth/zotonic-authcontroller_authentication[sensitive]
admin_authentication_services/admin/authentication-servicescontroller_admin[{template,<<"admin_authentication_services.tpl">>}]
webappsec_change_password/.well-known/change-passwordcontroller_redirect[{dispatch,logon_change}]

Edit on GitHub

Referred by

Dispatch rules

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.