Title: [Plugin: Simplr User Registration Form] Load css over https / passwort strengths
Last modified: August 21, 2016

---

# [Plugin: Simplr User Registration Form] Load css over https / passwort strengths

 *  [j0schi](https://wordpress.org/support/users/j0schi/)
 * (@j0schi)
 * [13 years ago](https://wordpress.org/support/topic/plugin-simplr-user-registration-form-load-css-over-https-passwort-strengths/)
 * 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://wordpress.org/extend/plugins/simplr-registration-form/](http://wordpress.org/extend/plugins/simplr-registration-form/)

Viewing 1 replies (of 1 total)

 *  [natostanco](https://wordpress.org/support/users/natostanco/)
 * (@natostanco)
 * [13 years ago](https://wordpress.org/support/topic/plugin-simplr-user-registration-form-load-css-over-https-passwort-strengths/#post-3760159)
 * the plugin uses WP_PLUGIN_URL instead of plugins_url() it does not behaves accordingly
   to ssl
 * You can either install [this plugin](http://wordpress.org/plugins/ssl-insecure-content-fixer/)
   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.

 * ![](https://s.w.org/plugins/geopattern-icon/simplr-registration-form_be8c38.svg)
 * [Simplr Registration Form Plus+](https://wordpress.org/plugins/simplr-registration-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simplr-registration-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simplr-registration-form/)
 * [Active Topics](https://wordpress.org/support/plugin/simplr-registration-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simplr-registration-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simplr-registration-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [natostanco](https://wordpress.org/support/users/natostanco/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-simplr-user-registration-form-load-css-over-https-passwort-strengths/#post-3760159)
 * Status: not resolved