You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2023/03/28 16:29:17 UTC

[guacamole-client] 01/01: GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis.

This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 41f65b02f7f106529c1c0621565abebf09db983a
Merge: b3b75eeb0 4dbf35766
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Tue Mar 28 09:29:07 2023 -0700

    GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis.

 .../apache/guacamole/auth/totp/user/TOTPUser.java  |  12 ++-
 .../guacamole/auth/totp/user/TOTPUserContext.java  |  27 ++++++
 .../auth/totp/user/UserVerificationService.java    |  67 +++++++++++++
 .../auth/totp/usergroup/TOTPUserGroup.java         | 104 +++++++++++++++++++++
 .../src/main/resources/translations/en.json        |   9 ++
 5 files changed, 218 insertions(+), 1 deletion(-)