Hi! The default auth of Laravel works with registering by the user itself...
I want to make the user register an option only available for a user called Administrator... This one should have the permission to insert new users...
But I see that, when a user is registered (created and saved into database), then it logins automatically... I want the Admin to keep as the current session and the register becomes in just create and save