Goodmorning everyone,
I’m having a problem with the Password (logged User) field.
I want to request the password (again in addition to the login) to access a private area (account settings) for greater security.
But I realized that if it creates an input field in which to have the user enter only the password and perform an “IS EQUAL” check on the password of the logged user, this always goes wrong. because I saw that the data inside Password (logged user) is [Hidden].
And in fact if I write [hidden] in the input, the control passes correctly! But the user’s password is not “[Hidden]” !!!
How can we ask the user for the password again?
I cannot create a second login form, to access the private area, because it would be too risky!
I need to ask the user for the password as extra security to access private settings, like most social networks or other apps do!
Cheers!!