[GH-ISSUE #281] Feature Request: 2FA #230

Closed
opened 2026-02-26 09:36:55 +03:00 by kerem · 1 comment
Owner

Originally created by @eilandert on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/281

Since the administrator logins have access to sensitive data I would like an option for 2FA

Looking at a roundcube plugin it can be done for TOTP/HOTP/Yubikey with

$ composer require "endroid/qrcode" "~1.5.0" --no-update
$ composer require "spomky-labs/otphp" "~5.0.0" --no-update
$ composer require "enygma/yubikey" "~3.2"

Originally created by @eilandert on GitHub (Apr 8, 2021). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/281 Since the administrator logins have access to sensitive data I would like an option for 2FA Looking at a roundcube plugin it can be done for TOTP/HOTP/Yubikey with $ composer require "endroid/qrcode" "~1.5.0" --no-update $ composer require "spomky-labs/otphp" "~5.0.0" --no-update $ composer require "enygma/yubikey" "~3.2"
kerem closed this issue 2026-02-26 09:36:56 +03:00
Author
Owner

@barryo commented on GitHub (Apr 1, 2022):

Hi @eilandert - currently we have no plans for 2FA. I certainly know and appreciate the importance of it but it's a chunk of work. Happy to review PRs that support 2FA to the extent of:

  • 2fa a working option on login
  • admins can enable / disable 2fa on their own and other's accounts
<!-- gh-comment-id:1086285797 --> @barryo commented on GitHub (Apr 1, 2022): Hi @eilandert - currently we have no plans for 2FA. I certainly know and appreciate the importance of it but it's a chunk of work. Happy to review PRs that support 2FA to the extent of: * 2fa a working option on login * admins can enable / disable 2fa on their own and other's accounts
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#230
No description provided.