James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
src/main/java/com/gitblit/client/EditUserDialog.java
@@ -325,6 +325,9 @@
            return false;
         }
         // change the cookie
         user.cookie = StringUtils.getSHA1(user.username + password);
         String type = settings.get(Keys.realm.passwordStorage).getString("md5");
         if (type.equalsIgnoreCase("md5")) {
            // store MD5 digest of password