Login Page without showing user data

Hi Bubblers,

When a user login to my app (through the login page), I need to check few details:

  • if email was confirmed
  • if the password was setup
  • If the account was activated.
    When they are all true the user is login and a new page is loaded.
    The only way, I found, to get the details is to use a Do search. But by doing that the list of all users is accessible.
    Do you have any idea how I could manage that in a better way ?

Curious. What exactly do you mean by that?

You should be able to do a conditional search without exposing data.

Hi there, @akoziol… I’m not sure how you would check that a password has been set up, but you could consider passing information to a backend workflow and doing the checks there because you can set up a backend workflow to ignore privacy rules when it is run.

Best…
Mike

After some reading on the forum, “Search for” should be avoid because it could show all the data that are not private, am I right?

I tried with a back-end worfklow but I couldn’t find a way to retrieve the data and then login the user.

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