Log in with password

hello,
If I want every user who opens the app to have to enter a password (the same password every time) in order to access the other pages in the app, how do I do that?
(Password is the same for all users and does not change)

Thank you a lot

Defeats the point of a password. Just remove it.

Simple Example:

passwordLogin.aia (2.8 KB)

1 Like

how to lose the password after 30 cursing times

That's a combination of 3 problems:

  • How to monitor traffic by the password owner
  • How the fork to tell if the user cursed
  • Where to keep the counter of curses by that user