RT#18361: Delay package from billing until services are provisioned [bug fix to javas...
[freeside.git] / httemplate / elements / tr-password.html
index bbc624d..8ad303c 100644 (file)
@@ -1,4 +1,4 @@
-<% include('tr-input-text.html', @_,
-             'type'   => 'password',
-          )
-%>
+<& tr-input-text.html, @_,
+     'type'         => 'password',
+     'autocomplete' => 1,
+&>