Signup question

Hi,

I’m doing the signup form and made the workflow to sign the user up. So it has the email, the password, I also clicked on the require a password confirmation and included confirmation password’s field there but how come when I check the data, there are no passwords field in the db? Am I doing something wrong? Do i need to manually add that field in the db?

Thanks.

You’re not doing anything wrong, if a User signs up with an email with the workflow you have - you can view their email but not their password. The password is stored, but you can’t view them as app data in the same way that you’re able to view other fields. :slight_smile:

1 Like

Oh! Thank you. I got stuck there for a bit wondering what I was doing wrong.

No problem :slight_smile: I read they are “salted and encrypted” so everything is automatically taken care of and safely stored.