You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes its about the register endpoint.
I still think it would be good to just disable this in the plugins config.
Since it its a plugin feature, that must be disabled in the global routes config.
I've added this to my routes.yml:
# ------------------------------------------------------------------------------# Place your own routes here, that have a HIGHER priority than the default routes.# Disable the registration added by bolt/usersfoo:
path: /registermethods: []defaults:
_controller: Bolt\Controller\Frontend\DetailController::renderTemplatetemplate: 404.twig# ------------------------------------------------------------------------------
Currently the registration cannot be disabled (it seems).
Please add an option to the config that this can be disabled.
The text was updated successfully, but these errors were encountered: