How to create a user without log in?

I’m making a product in which an account can create another account directly on a page, but when I create the account it seems to log in to that account in the session. Can’t you just create the account without replacing the session?

Another problem is that even if I reload the page it only lets me create one user, so I have to log out again to create just one more.

Use action ‘Create an account for another user’

3 Likes

I got it here, thanks a lot

I realized that it only takes the e-mail so I started researching and used password recovery for the user to enter the password as shown in the official tutorial and it worked.

This topic was automatically closed after 70 days. New replies are no longer allowed.