Hello! I have a small problem: when creating a new user in my bubble application, the new user logs in directly and automatically logs out the first user. How can I prevent the newly created user from being able to log in directly when creating it?
Hi @christianmkc,
To prevent the new user from logging in automatically when you create them, avoid using the “Sign the user up” action. Instead, use the “Create a new thing” action and set the type to User
. This will allow you to create the user without logging them in.
If needed, you can then send the new user a password reset link or assign a temporary password for them to log in later.
Hope this helps.
Regards,
Thank you very much, it beaucop helped me
Hi again @christianmkc,
I’m glad I could help! Don’t hesitate to reach out if you ever need assistance — we’d be happy to work with you again.
Also, if you’re using any of our Zeroqode plugins and find them useful, feel free to leave a rating. You can do this by heading to the Plugins tab in the Bubble editor, finding the plugin by name, and rating it as you see fit. We’d really appreciate it!
Take care!