Closed (works as designed)
Project:
Super Login
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
21 Oct 2019 at 17:12 UTC
Updated:
23 Oct 2019 at 15:27 UTC
Jump to comment: Most recent
Comments
Comment #2
3cwebdev commentedThere was a recent XSS security issue reported with this module and the team has supplied a patch to resolve it. It sounds like the patch removed the ability to post HTML into the admin settings fields.
It may take some time to be able to look into this and find a solution that allows HTML and meets the security requirements.
Comment #3
3cwebdev commentedComment #5
3cwebdev commentedA fix has been added to the DEV version of the 7x branch to re-allow filtered HTML in the admin text fields. Please test.
Comment #6
nnason commentedIt's still not accepting the CSS styling from my theme when I disable the option to turn the module's CSS style sheet.
For example,
<h2 class="heading-primary">Login Page</h2>, only shows "Login Page" with no styling. Some straight HTML code does seem to work like strong or em, but h1 or h2 by itself does not.Comment #7
3cwebdev commentedFor security purposes we are using Drupal's filter_xss() function which limits the tags allow. More information can be found here: https://api.drupal.org/api/drupal/includes%21common.inc/function/filter_...
If you need special styling outside of the tags I suggest you try to target the elements form within your custom CSS style sheet.
Comment #8
3cwebdev commented