Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to prohibit the password storing function? So that the user is not able to save their credentials within the app? Customers IT requires their users to ALWAYS enter their credential during every log in,
for online as well as offline use cases.
Hi,
The native app relies on a couple of DOM selectors to scrape information off of the login page. If you remove those selectors, the app will not scrape any login information or try to remember it. Locate the login form in Qlik Sense, then locate the following selectors and simply remove them. If you have trouble finding the login form, let me know.
Field |
CSS selector of DOM element |
Username text field |
.qlik-username |
Password text field |
.qlik-password |
Login button |
.qlik-submit |
Regards,
Vinay
Hello,
What versions of Qlik Sense and Qlik Sense Mobile are you currently using?
I am not sure if this is possible, however, can create an Enhancement Request to see if the "Remember Credentials" can be disallowed.
Thank you,
Eva
Hi,
The native app relies on a couple of DOM selectors to scrape information off of the login page. If you remove those selectors, the app will not scrape any login information or try to remember it. Locate the login form in Qlik Sense, then locate the following selectors and simply remove them. If you have trouble finding the login form, let me know.
Field |
CSS selector of DOM element |
Username text field |
.qlik-username |
Password text field |
.qlik-password |
Login button |
.qlik-submit |
Regards,
Vinay