Home Server

AutoSearch Password Field

edited July 2003 in Server
I'm using a UserName and Password as AutoSearch fields within my web
reports, and then I filter my queries based on those results. Is there any
way to suppress or display '*' for characters entered in the password field?

Comments

  • edited July 2003

    There is custom html login form that I used for the
    RBServer\Demos\WebTier\Custom Parameters example that uses

    input TYPE="PASSWORD"

    rather than

    inpu Type="TEXT"

    to implement this type of feature.

    You could implement a custom search form that does something similar. The
    only other solution I can think of would be to intercept the default serach
    form that is generated by the webtier and peform a search and replace on the
    html text that it generates.



    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.