From edcb869c2009ba7e313d7389f42b8608132c9374 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 1 Mar 2015 13:59:34 -0800 Subject: [PATCH] GUAC-1101: Username parameter of selectOne() is "username", not "identifier". --- .../org/glyptodon/guacamole/auth/jdbc/user/UserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/glyptodon/guacamole/auth/jdbc/user/UserMapper.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/glyptodon/guacamole/auth/jdbc/user/UserMapper.xml index fb7e6ff55..5e284658f 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/glyptodon/guacamole/auth/jdbc/user/UserMapper.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/glyptodon/guacamole/auth/jdbc/user/UserMapper.xml @@ -110,7 +110,7 @@ password_salt FROM guacamole_user WHERE - username = #{identifier,jdbcType=VARCHAR} + username = #{username,jdbcType=VARCHAR}