Level 122
The admin only needs to create new records in the users table.
Dont think of that as registration, its a simple CRUD process, the same as creating any other model
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have multiple roles in my application, and only the administrator should be able to register new users
Unfortunately, I am having some trouble getting to the register view while being logged in In Fortify it's default to be logged out when accessing the registration page
Does anyone know how to work around this
The admin only needs to create new records in the users table.
Dont think of that as registration, its a simple CRUD process, the same as creating any other model
Please or to participate in this conversation.