By Kim Dixon, MyPhotoApp Training Guru Created: August 6, 2017, 4:53 pm UTC Last updated: August 6, 2017, 6:07 pm UTC |
Sometimes you may want to protect information in an App to limit who can see it. You can now do this by adding a password to a hidden Section or Page.
To protect the contents of a Section or Page with a password follow these steps:-
Normally to reveal a hidden section or page you would add a link with the show command like this:
show:labelname
To password protect your hidden section or page all you have to do is add a comma followed by the password you wish to use to the link as follows:
show:labelname,password
For example to add the password Apples to a page called SeniorRep the link would be:-
show:SeniorRep,Apples
Remeber both section and page labels and passwords are case and space sensitive so if in doubt don't add spaces to labels and keep to all lower case.
When the show command is executed, a password prompt is provided and the person will need to enter the password you added in order to reveal the content.