Hi everyone, i have a question:
I need hide all information in _Per user settings after login.
User name and password must be hide or change password to ******.
Thank you ![]()
Hi everyone, i have a question:
I need hide all information in _Per user settings after login.
User name and password must be hide or change password to ******.
Thank you ![]()
You could enter an expression in the Show property pertinent columns of the _Per User Settings table.
That said, be sure youâre using appropriately AppSheetâs signin options and the User Settings functionality.
Thank you so much for your response to my request for information but i donât know any expression in the Show and I tried following some clips but itâs impossible.
Do you have any expression for Show?
Thank you so much ![]()
Try putting the word false in the show_if expression if the columns in the UserSettings table.
Thank for your comment, but âputting the word false in the show_if expressionâ only hide this field and user can sign in without a password. @@
â Sorry, my mistake, not for windows @@
i need control that : )
If youâre using User Settings for user sign in to Windows, it seems likely thatâs a misuse or a misunderstanding.
Regardless, to do what you want, you need a conditional expression in the Show property. For example: ISNOTBLANK([_THIS])
What youâre attempting is not secure and cannot be made secure. It is also a violation of AppSheetâs terms of use.
Hi all, after all day in angry, i fixed it by that, this is my solution:
Reset on edit (in Update Behavior) is my solution! Check it will make form must be required after user Logout.
After all, thank all ![]()
Hi All,
I want to mask my login password. I am using app formula in [password] filed
IF(
LEN([Password])>=3, concatenate(â***â,RIGHT([Password],LEN([Password])-3)),[Password])
Password is masked but it is giving an error âWrong passwordâ