From 86304d4643b187c0f4e4979f692221b7ffc20420 Mon Sep 17 00:00:00 2001 From: Monica Marziani Date: Wed, 3 Jun 2026 16:29:10 +0200 Subject: [PATCH] Update plugins.xml Initial release for loginOtp Plugin --- plugins.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/plugins.xml b/plugins.xml index 1019acd..20e77a8 100644 --- a/plugins.xml +++ b/plugins.xml @@ -16208,4 +16208,26 @@ the registration of DOIs with mEDRA.

]]> Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin. + + Login OTP via Email + https://github.com/archicoop/loginOtp + Adds two-factor authentication to the login process by sending a one-time code (OTP) via email. + Adds two-factor authentication (2FA) to the login process. After entering valid credentials, users receive a 6-digit one-time code via email. No additional app required.

Features: role-based configuration with hierarchy (highest-privilege role determines the 2FA policy), brute-force protection (lockout after 5 failed attempts), flood protection (60-second cooldown between OTP sends), SHA-256 hashed OTP stored in session only.

Compliant with Italian ACN guidelines and GDPR. More information at the plugin repository.

]]>
+ + Monica Marziani + Archimede Informatica + marziani@archicoop.it + + + https://github.com/archicoop/loginOtp/releases/download/v1.0.0/loginOtp-1.0.0.tar.gz + + 3.5.0.4 + + + 3.5.0.4 + + + Initial release. Email OTP at login with role-based configuration and hierarchy support. + +