• I am using your plugin in my site and having a bit of issues.

    I need to know how I can change the password length minimum amount. Right now I believe it’s set to maybe 10 characters and I want to change that to accept a minimum of 6 characters. i also would like to change what determines a password to be weak or not.

    The other problem I’m having is that on the form the icon labels are showing bunched up and I need to know how to add spacing please see screenshot as a reference

    Could you please help with these issues

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi,

    For the icons – use the following css:
    .lrm-form input.has-border {
    border: 1px solid #d2d8d8;
    padding: 3px 28px;
    }
    .lrm-form label.image-replace {
    left: 4px;
    }

    About password – it’s not possible to affect this, but I have a plan to add a custom password meter library next weeks.
    Max

Viewing 1 replies (of 1 total)
  • The topic ‘Register/Login form help’ is closed to new replies.