02-20-2020 11:19 AM
I have created an interface where its possible to login. My problem is that everytime i logout the interface cant login, with a new user, i think i have located the problem, by using indicators.
it is under the where the interface, checks for matching passwords: when trying a secound user, its always puts out false.
can anyone locate the problem.
02-20-2020 01:13 PM
Perhaps if you would post some code instead of a picture of a portion of code someone could troubleshoot. I have suspicions that the problem is actually in another case of your case structure (making assumptions about what you are doing outside of the code that you captured). If you can't post for proprietary reasons perhaps you could make a minimal example which demonstrates the problem.