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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
When an existing admin tries to create an account for a new admin, they can't reach the confirmation page.
New account gets created, and user is inserted into db. But redirection to Confirmation page is broken (I'm guessing fos:user automatically logs in the newly created user and tries to redirect them to /register/confirmed).
This is happening because the default role fos:user assigns to new users is ROLE_USER, and we have restricted access to /register to ROLE_ADMIN level users (or higher).
The text was updated successfully, but these errors were encountered:
HcsOmot
changed the title
Process of creating a new admin is half broken
Process of creating a new admin is half broken (Christmas bonus special)
Dec 25, 2017
When an existing admin tries to create an account for a new admin, they can't reach the confirmation page.
New account gets created, and user is inserted into db. But redirection to Confirmation page is broken (I'm guessing fos:user automatically logs in the newly created user and tries to redirect them to
/register/confirmed
).This is happening because the default role fos:user assigns to new users is
ROLE_USER
, and we have restricted access to/register
toROLE_ADMIN
level users (or higher).@msvrtan any ideas on what our options are?
TODO:
The text was updated successfully, but these errors were encountered: