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