summaryrefslogtreecommitdiff
path: root/modules/user/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-27 12:23:48 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-27 12:23:48 -0700
commit1347a300509b2ab3083bb88193987c18b33187ad (patch)
tree739a29a66185b9cbc1263c66434c7cba3b467599 /modules/user/helpers
parent156a99beef968a22167502bb6389b4df7526feb0 (diff)
Add a password strength meter.
Diffstat (limited to 'modules/user/helpers')
-rw-r--r--modules/user/helpers/user_theme.php2
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