From 1347a300509b2ab3083bb88193987c18b33187ad Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 27 Oct 2009 12:23:48 -0700 Subject: Add a password strength meter. --- modules/user/helpers/user_theme.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/user/helpers/user_theme.php') 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 -- cgit v1.2.3