Skip to main content

Qlik Sense Mobile is not remembering credentials despite correct css classes have been set

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Qlik Sense Mobile is not remembering credentials despite correct css classes have been set

Last Update:

Apr 12, 2021 4:40:29 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 12, 2021 4:40:29 AM

Qlik Sense Mobile is not remembering credentials despite correct css classes have been set on the custom login page.

Environments:

 

The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

 

Resolution

 

In order for Qlik Sense Mobile to remember credentials, the following classes need to be set on the username and password fields, as well as the login button:

Field

CSS selector of DOM element

Username text field

.qlik-username

Password text field

.qlik-password

Login button

.qlik-submit

 

However, the div name containing the fields can not have the class "login-form", as this is reserved for Qlik Sense's own form, which is handled differently.

<div class="login-form">

 The class "login-form" needs to be renamed to something else such as "something-login-form" and updated correspondingly in any CSS file.

Version history
Last update:
‎2021-04-12 04:40 AM
Updated by: