Is there a way to configure Ignition to always show the "eye" icon (for revealing passwords) when logging in, regardless of the browser or workstation used?
For example, in Internet Explorer, this feature is available intermittently, but it doesn’t seem to work in Google Chrome. Is there a specific setting or configuration within Ignition that can ensure this behavior is consistent across all browsers and on Ignition workstations?
Ignition doesn't pre-fill any passwords, so it has no idea what your request even means.
Internet Explorer has been obsolete since 2022, so you should probably do some updates.
Internet Explorer also doesn't use webkit for rendering so I would be surprised if React based frameworks for frontends even work on it, let alone expecting perspective to work.
Chrome manages passwords internally on the browser password manager, so any "eye" icon is actually a part of the chrome implementation of password management on the webkit engine that renders the webpage.
Ignition workstation login is possibly the only place you could implement this from an Ignition side, but I don't believe its ever been a feature.
I don't think the "eye" is a function of the browser used at all. Typically, this is programmed into the login page to do this. It has nothing to do with auto-fill which is separate and reliant on the browser.
I'm not saying the browser couldn't natively support it on its own, but building it into a page would guarantee availability.