Question:
When an application is copied from one computer to another, its users and passwords stop working. How can I fix this?
Solution:
All users registered during setup or runtime are saved alongside the application in a file with the same name, but with extension .APX. For example: if the name of the application is test.app, then the name of the password files is test.apx. So, if the application has registered users, then they must be retrieved with the .APX file so that the application will read them during initialization.