• Some suggestion for modification - hide password

    By Stephan H. Wissel 2 decades ago

    Hi there,

    I've modified my template a bit and would like to contribute my changes back:



    In the form a added one field below the password field:

    HidePasswordViewing; Checkbox; Default Value "1"; Visible only in Edit mode;

    One choice: "Hide Password when viewing the document|1"



    On the password field I added a hide when formula:

    (!@IsDocBeingEdited) & (HidePasswordViewing="1")



    This way you can look at the document to retrieve your username even in a "busy eye" environment. The "Copy Password to clipboard" function still works well.

    • Re: hide password

      By Christian Brandlehner 2 decades ago

      good idea. I just implemented this feature in the current release.



      Christian