API documentation automatically generated by docmeteor.
Routes configuration can be done by calling UserManagementTemplates.configureRoute with the route name and the
following options in a separate object. E.g. UserManagementTemplates.configureRoute("gingIn", option);
name: String (optional). A unique route"s name to be passed to iron-router
path: String (optional). A unique route"s path to be passed to iron-router
template: String (optional). The name of the template to be rendered
layoutTemplate: String (optional). The name of the layout to be used
This property ROUTE_DEFAULT is defined in prototype
of UM
UM.prototype.ROUTE_DEFAULT = { ...
lib/core.js:24