Re: MYSQL attribute that controls change own password

2020-04-07 Thread megatronic79
Thanks Nick, That was a rapid response! - ok ive gone ahead and applied this and seems to work, assume this is correct. REPLACE INTO guacamole_user_permission (`entity_id`, `affected_user_id`, `permission`) SELECT DISTINCT affected_user_id, affected_user_id,'UPDATE' FROM

Re: MYSQL attribute that controls change own password

2020-04-07 Thread Nick Couchman
On Tue, Apr 7, 2020 at 12:09 PM megatronic79 < stephen.cott...@robertbird.com.au> wrote: > hi, > > We are trying to enable TOTP for non admins, I have read on the posts that > we just need to assign the user change own password permission, that's fine > in the UI, but what is the location in

MYSQL attribute that controls change own password

2020-04-07 Thread megatronic79
hi, We are trying to enable TOTP for non admins, I have read on the posts that we just need to assign the user change own password permission, that's fine in the UI, but what is the location in MYSQL for this? I can find all the other radio buttons apart from this one, manually going in to the UI