mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1101: Username parameter of selectOne() is "username", not "identifier".
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
password_salt
|
password_salt
|
||||||
FROM guacamole_user
|
FROM guacamole_user
|
||||||
WHERE
|
WHERE
|
||||||
username = #{identifier,jdbcType=VARCHAR}
|
username = #{username,jdbcType=VARCHAR}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user