Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can I prohibit credential storing in Qlik Sense Mobile

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.

1 Solution

Accepted Solutions
Vinay_Kapoor
Employee
Employee

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

View solution in original post

2 Replies
Eva_B
Employee
Employee

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

Vinay_Kapoor
Employee
Employee

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