How to make an admin validation for a user account

Hello everyone,

I would need some help for my recruiting app. I need the new users to fill personal informations and I would like to validate them before creating an account.

For example I would like to see the informations of the user to see if it matches with my recruiting needs and if it does, create an account. How can I do ?

Thank you so much for your help !

You could create an account in both scenarios and have them added to your users awaiting approval using boolean values.

1 Like

Thank you for your recommendation !

So how can I do this ? Is it directly on the workflow ?

Thank you

@msalinier,

There are multiple ways to do this, but I will suggest you to create a field in the user’s type called, “pending?” and make it as @nocodeventure said, a boolean meaning a Yes/No type. When the user creates the account make the default for “pending?,” True or Yes, then on your admin panel where you approve the applications, when you click a button to approve it, simply make a change to that user and make it so their “pending?” type is False or No.

Hope this helped!

-Johnny

Thank you so much for your help.

It seems so much simpler than I was thinking and it works so thank you again !

Have a good day

1 Like