You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Changing notification options (SMTP server and SysLog options) was not always possible
FIX: SMSEagle v2 implementation was not always able to send to international countries
FIX: websocketCore.php was missing in the sources
ENH: Template updated to propose the free "multiOTP token app" by default for Android and iOS
ENH: Embedded Windows PHP edition updated to version 8.4.16 x64 (from 8.4.14 x86)
ENH: Embedded Windows nginx edition updated to version 1.29.6
ENH: Updated environment detection, like docker detection
ENH: Updated Linux helper, for the future new web interface
ENH: For Windows, WMIC dependencies has been removed and replaced by Powershell commands
The **multiotp/multiotp-open-source** docker is working on Synology devices !
24
24
25
-
Binary download of the multiOTP open source Credential Provider for Windows 7/8/8.1/10/11/2012(R2)/2016/2019/2022 : https://download.multiotp.net/credential-provider/
25
+
It's strongly recommended to read the whole README file.
26
+
That said, if you're in a hurry: the default RADIUS secret for subnet 0.0.0.0/0 is `myfirstpass`.
27
+
28
+
Binary download of the multiOTP open source Credential Provider for Windows 7/8/8.1/10/11/2012(R2)/2016/2019/2022/2025 : https://download.multiotp.net/credential-provider/
26
29
27
30
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=USD&[email protected]&item_name=Donation%20for%20multiOTP%20project)
28
31
*Please consider supporting this project by making a donation via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=USD&[email protected]&item_name=Donation%20for%20multiOTP%20project)*
@@ -47,13 +50,21 @@ appliances including more features like:
47
50
- Full Web GUI interface
48
51
- Automated provisioning of new account (based on Active Directory)
49
52
- High Availability master-slave support (Enterprise Edition)
53
+
- Push token using free multiOTP token App (Enterprise Edition)
50
54
- Web API support (Enterprise Edition)
51
55
- free virtual appliances available, including a free lifetime one user licence
52
56
- online demo of the full Web GUI interface
53
57
- ...
54
58
55
59
56
60
The multiOTP class supports currently the following algorithms and RFC's:
61
+
- OATH/HOTP or OATH/TOTP, base32/hex/raw seed, QRcode provisioning
62
+
(multiOTP token App, FreeOTP, Google Authenticator, ...)
SMSEagle, SMSGateway, Spryng, Swisscom, Telnyx, any custom provider, your own script)
72
-
- TAN (emergency scratch passwords)
73
77
74
78
This package was initially published here : http://syscoal.users.phpclasses.org/package/6373.html
75
79
For more PHP classes, have a look on [PHPclasses.org](http://syscoal.users.phpclasses.org/browse/), where a lot of authors are sharing their classes for free.
@@ -155,6 +159,16 @@ WHAT'S NEW IN THIS 5.10.x RELEASE
155
159
CHANGE LOG OF RELEASED VERSIONS
156
160
===============================
157
161
```
162
+
2026-03-23 5.10.2.1 FIX: Changing notification options (SMTP server and SysLog options) was not always possible
163
+
FIX: SMSEagle v2 implementation was not always able to send to international countries
164
+
FIX: websocketCore.php was missing in the sources
165
+
ENH: Template updated to propose the free "multiOTP token app" by default for Android and iOS
166
+
ENH: Embedded Windows PHP edition updated to version 8.4.16 x64 (from 8.4.14 x86)
167
+
ENH: Embedded Windows nginx edition updated to version 1.29.6
168
+
ENH: Updated environment detection, like docker detection
169
+
ENH: Updated Linux helper, for the future new web interface
170
+
ENH: For Windows, WMIC dependencies has been removed and replaced by Powershell commands
171
+
2026-01-23 5.10.1.5 ENH: For Docker installation, configuration files are copied automatically in the external volumes if missing
158
172
2026-01-05 5.10.1.2 FIX: Locked and delayed status handled before push status
159
173
2025-12-23 5.10.1.1 ENH: New SendEmail implementation with internal smtp stack (using smtp parameters)
160
174
ENH: Better Docker integration
@@ -932,6 +946,13 @@ Provisioning will be done simply by flashing a QRcode.
932
946
- YubiKey Nano
933
947
- YubiKey Neo
934
948
- YubiKey Neo-N
949
+
950
+
The YubiKey CSV import is based on the .CSV created by the legacy Yubikey Personalization Tools, which is, the following lines in a file called for example **yubico_log.csv**:
0 commit comments