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 ?
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.