• j0schi

    (@j0schi)


    Hi,
    when i enable https the stylesheet would not be executed. everything else works with https exept this πŸ™‚

    i would need a little hnt to fix this πŸ™‚

    another thing is the passwort strenghts is not checked… a user could enter a 1 letter password and it would be accepted…
    this is a big securety risk. did i miss the option?

    with kind regards
    Patrick

    http://ww.wp.xz.cn/extend/plugins/simplr-registration-form/

Viewing 1 replies (of 1 total)
  • natostanco

    (@natostanco)

    the plugin uses WP_PLUGIN_URL instead of plugins_url() it does not behaves accordingly to ssl

    You can either install this plugin or replace line 12 of simplr_reg_page.php with this:

    define("SIMPLR_URL", rtrim( plugin_dir_url( __FILE__ ) ,'/') );
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Simplr User Registration Form] Load css over https / passwort strengths’ is closed to new replies.