You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Nick Couchman (JIRA)" <ji...@apache.org> on 2018/11/20 18:54:00 UTC

[jira] [Commented] (GUACAMOLE-665) Feature Request - add Admin ability to force all Users to change Password

    [ https://issues.apache.org/jira/browse/GUACAMOLE-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693659#comment-16693659 ] 

Nick Couchman commented on GUACAMOLE-665:
-----------------------------------------

I'm not necessarily opposed to some way to accomplish this in the admin interface, but I will point out that it should be very doable via a SQL script - basically just:

{code}
UPDATE guacamole_users SET expired='t';
{code}

would effectively accomplish this.

> Feature Request - add Admin ability to force all Users to change Password
> -------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-665
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-665
>             Project: Guacamole
>          Issue Type: New Feature
>          Components: guacamole
>            Reporter: brian mullan
>            Priority: Minor
>
> I've been thinking about this and would like to ask if there had been any thought to an Admin option/command to Force all users to change their Guacamole Passwords on next login?
> Given all the site hacking events reported every month it _would seem to be a good idea for Guacamole in the event a large Guacamole installation was compromised somehow._
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)