Build a password

Hi, I have a variable that the user holds when confirming the password, but I do not know why when the app closes or opens another page and then returns to this page, the password disappears and something in another variable There is nothing. please help me.

You need to store this variable in persistent storage on the app (tinydb) if it is required when moving between screens or on app restarts.

How............................؟
:pray: :pray:Please tell

Excuse me, which one of the tinydb blocks can check the password to see if it is correct?

The tinydb just stores data. Use conditional blocks to test the value of variables.

http://ai2.appinventor.mit.edu/reference/components/storage.html#TinyDB

1 Like

Excuse me, in which block is this data stored that I might bet?

Security App and database TinyDB shows one way to save a 'password' using a TinyDB

2 Likes