changeset 400:0acccf6e2ab2 demo

Merge with 5df93e22eec0bafd8b75cd73c498b5b3f19a6807
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 15:57:48 +0200
parents c642e32fe5e3 (current diff) 5df93e22eec0 (diff)
children 10e8a95477a8
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/user_edit.html	Tue Jul 27 15:12:36 2010 +0200
+++ b/pylons_app/templates/admin/users/user_edit.html	Tue Jul 27 15:57:48 2010 +0200
@@ -42,7 +42,7 @@
                     <label for="new_password">${_('New password')}:</label>
                 </div>
                 <div class="input">
-                    ${h.text('new_password')}
+                    ${h.password('new_password')}
                 </div>
              </div>
             
@@ -60,7 +60,7 @@
                     <label for="lastname">${_('Lastname')}:</label>
                 </div>
                 <div class="input">
-                    ${h.password('lastname')}
+                    ${h.text('lastname')}
                 </div>
              </div>