mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
Ticket #269: Fix user create/update/delete, fix permission update, reorganize.
This commit is contained in:
@@ -186,6 +186,9 @@
|
||||
password_salt)
|
||||
values (#{user_id,jdbcType=INTEGER}, #{username,jdbcType=VARCHAR}, #{password_hash,jdbcType=BINARY},
|
||||
#{password_salt,jdbcType=BINARY})
|
||||
<selectKey keyProperty="user_id" resultType="int" order="AFTER">
|
||||
select last_insert_id();
|
||||
</selectKey>
|
||||
</insert>
|
||||
<insert id="insertSelective" parameterType="net.sourceforge.guacamole.net.auth.mysql.model.UserWithBLOBs">
|
||||
<!--
|
||||
@@ -329,4 +332,4 @@
|
||||
set username = #{username,jdbcType=VARCHAR}
|
||||
where user_id = #{user_id,jdbcType=INTEGER}
|
||||
</update>
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user