diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 12:23:48 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 12:23:48 -0700 | 
| commit | 1347a300509b2ab3083bb88193987c18b33187ad (patch) | |
| tree | 739a29a66185b9cbc1263c66434c7cba3b467599 /modules/user/helpers/user_theme.php | |
| parent | 156a99beef968a22167502bb6389b4df7526feb0 (diff) | |
Add a password strength meter.
Diffstat (limited to 'modules/user/helpers/user_theme.php')
| -rw-r--r-- | modules/user/helpers/user_theme.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/modules/user/helpers/user_theme.php b/modules/user/helpers/user_theme.php index 191fd15a..31e2e8c0 100644 --- a/modules/user/helpers/user_theme.php +++ b/modules/user/helpers/user_theme.php @@ -20,9 +20,11 @@  class user_theme_Core {    static function head($theme) {      $theme->css("user.css"); +    $theme->script("password_strength.js");    }    static function admin_head($theme) {      $theme->css("user.css"); +    $theme->script("password_strength.js");    }  }
\ No newline at end of file | 
