Login error messages

(TOPIC RESOLVED)

Hi everyone,
I have an app that requires various fields for signing up (just like Snapchat):

  • name
  • last name
  • email
  • birthday
  • username
  • password

The thing is, I don’t want users to insert this information all in one screen (like in the Adalo Forms), so I created a series of screens to insert all these informations, using the “text input”, “date picker”, “image picker” and “button” components. Everything seems to be working fine since all the information inserted is correctly recored in my database. However, when I try to login from my login screen (I selected the “Email” option as login type), I get an error message saying “An embedded page at previewer.adalo.com says: This account must use a different login option”. This error message pops up before I even write the email or password to login. Once I write the email and password and hit the login button, another error pops up saying “Invalid email”.

I’m going crazy with this. I’m wondering if the password isn’t being correctly saved in the database, but since I cannot check in the database if the Password has actually been saved I don’t know what to do. Can anybody help? Here’s the link to see the screen video so you can see what I mean: screen recording.mp4 - Google Drive

Thanks so much for your help in advance!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.