summaryrefslogtreecommitdiff
path: root/modules/user/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/views')
-rw-r--r--modules/user/views/user_form.html.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/user/views/user_form.html.php b/modules/user/views/user_form.html.php
new file mode 100644
index 00000000..039ae8a5
--- /dev/null
+++ b/modules/user/views/user_form.html.php
@@ -0,0 +1,7 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<script type="text/javascript">
+ $("form").ready(function(){
+ $('input[name="password"]').user_password_strength();
+ });
+</script>
+<?= $form ?>