James Moger
2014-01-28 7ab32b65fcb20ca68d7afc357befb3a34de662bf
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