What is the definition of 'remember me'

Does anyone know what Verint’s definition for the “Remember me” option is?

It is most probably based on a cookie but what exact cookie is being used for this is unclear to me. Where to set this, what is it based on and how can I make sure it is disabled by default? 

  • Hi  

    I’ve attached a screenshot from the Verint Community site showing the “Remember me” option you’re referring to.

    I’m not 100% certain which specific cookie this is based on. I would assume it’s tied to whatever session or persistent login cookie is created when a user logs into your Verint Community, but I don’t have confirmation on the exact cookie name or behavior. It may be worth opening a ticket with Verint Support to get a definitive answer.

    As far as I know, there isn’t a straightforward, out-of-the-box setting to control whether this option appears on the sign-in page or to have it disabled by default.

    If you navigate from your community home page via the pencil icon → Manage Site ThemeManage PagesUser Login, you can edit the login and create widget. However, this mainly allows you to configure the login type (email, username, or both) and doesn’t provide any control over the “Remember me” checkbox.

    Within the Administration Console, if you go to Widget StudioUser Login and Create WidgetResources, you can locate and modify the text associated with the “Remember me” checkbox.

    Additionally, in that same widget, the form_Login file contains the code that renders the “Remember me” checkbox and its label. You could customize or remove it there if needed, depending on your requirements.