Registration request

Hello everyone…

A doubt

I’m developing a system that, as soon as it loads, two buttons will appear:

1 - Login (if registered)

2 - Request registration.

on button 2 - request registration, I want the user to fill in some information such as:

  • Name

  • Email

  • Password

but the login is only released after an administrator’s approval,

does anyone have a solution?

Hi there @rafaell0803,

Welcome to the Bubble Community!

You could create a new Boolean (yes/no) field in your user data type that says something like “isApproved?” set the default to no then in your admin panel add a button in a repeating group that approves users by changing that isApproved? field to yes.

Hope that was helpful! :blush:

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