Please can we have a Register function that does not sign in the new user #12109
Unanswered
peppermintbunny
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have an application for a Company where the Company enrols new users and assigns them various things/functions/locations etc. So this mean a new user cannot just simply "register" for the application and a Company-user needs to register the new user. Currently the register function creates a new user in admin.users table AND signs in this new user. This is a problem for me. I’m looking for a way for an authenticated user to create another user while remaining as the authenticated signed in user. At the moment the minute my user creates a new user via signup the new user becomes the active authenticated user. Hope I’ve explained this so it makes sense.
Please can we have a function that only creates a new user in admin.users table and does not sign the new user in.
All reactions