Application with registration and login (tinyDB)

can anybody help me? I don’t know why doesen’t work.
When I enter my username and password and click to register, I get: registration successful. I put that same username and password in the login section and I get that this user does not exist.

Hello Leo,

you can use the feature "DoIt" to check what do you have stored and if the text is exactly the same:

Remember that compare text block is case sensitive (also the Tags in tinyDB). Check that the hyphen string has the same blanks when storing and later, in the comparison block.

When comparing text, set both "ToUpper" to ensure the same characters are used.

e.g. MyName and myName are not the same, but MYNAME and MYNAME are the same.

1 Like

you can also use toLower :slight_smile: