GUAC-1101: Username parameter of selectOne() is "username", not "identifier".

This commit is contained in:
Michael Jumper
2015-03-01 13:59:34 -08:00
parent 6783d1c077
commit edcb869c20

View File

@@ -110,7 +110,7 @@
password_salt
FROM guacamole_user
WHERE
username = #{identifier,jdbcType=VARCHAR}
username = #{username,jdbcType=VARCHAR}
</select>