• Resolved pgabrielandrei

    (@pgabrielandrei)


    Is there a way to make the password field visible by default?
    I tried doing this by using the plugin editor and changing some of the password values from “block”, “hide” or “none” to “show” but haven’t had any success.

    I know there’s a ‘password typing’ option in the customiser but I’d greatly appreciate some instructions on making the password field visible by default.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @pgabrielandrei,

    the best way to do this, is to overwrite the password template.

    You can find any templates inside of wp-content/plugins/content-protector/src/templates.

    Copy and modify them (in your child theme) and use the given filters in class-ps-form.php (e.x passster_password_form) to apply the new path to the template.

    Best regards,
    Patrick

Viewing 1 replies (of 1 total)
  • The topic ‘Make Password Field Visible’ is closed to new replies.