mod_admin_identity dispatch rules (admin_dispatch)
URL dispatch rules defined by mod_admin_identity in apps/zotonic_mod_admin_identity/priv/dispatch/admin_dispatch.
This file defines the URL dispatch rules for mod_admin_identity. Rules are matched from top to bottom; the first matching rule handles the request.
Source: apps/zotonic_mod_admin_identity/priv/dispatch/admin_dispatch
This set is stored in the admin_dispatch dispatch file.
| Dispatch name | Path | Controller | Options |
|---|---|---|---|
admin_user | /admin/users | controller_admin | [{template,<<"admin_users.tpl">>},{selected,<<"users">>},seo_noindex] |
identity_verify | /identity/verify/:idn_id/:verify_key | controller_template | [{template,<<"identity_verify.tpl">>},seo_noindex] |