Hi
I have two questions.
1.
I try to use users control button visibility,and I find a bug, I'm not sure the problem is normal.
I create two users ,my code reference form your web.
I login Admin user can visible button, but I change user the button is not invisible. need to stop and replace user it will be in effect.
Do you have some method can solve?
2.
I control user password , and I Input tag value 1111 , but password is not 1111. it display 荺u.
my tag is use string
Do you have some suggest?
This is my code
if (stringsequals(Users.current.name, "Operator1")){
Users.Operator1.password = Tags.USER_PASSWORD ;
}
Thanks