diff rhodecode/templates/admin/users/user_edit.html @ 1366:9c0f5d558789 beta

fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached to db repository instance, and then fetched from cache. Also made all current test work.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 07 Jun 2011 17:58:51 +0200
parents a1bcfe58a1ab
children aaec08ad9daf
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit.html	Mon Jun 06 17:30:34 2011 +0200
+++ b/rhodecode/templates/admin/users/user_edit.html	Tue Jun 07 17:58:51 2011 +0200
@@ -65,7 +65,7 @@
                     <label for="new_password">${_('New password')}:</label>
                 </div>
                 <div class="input">
-                    ${h.password('new_password',class_='medium')}
+                    ${h.password('new_password',class_='medium',autocomplete="off")}
                 </div>
              </div>