
glassen
glassen
About
- Username
- glassen
- Joined
- Visits
- 52
- Last Active
- Roles
- Member
- Invited by
- YannJ
Comments
-
Powershell script for email looks like this: param ( [string]$from, [string]$to, [string]$msg ) $username = "<my smtp username>" $password = get-content C:…
-
Just to finish my own monologue: This endeavor was for being able to send the OTP via mail with a script. In the end I learned enough to just replace the line $sms_number = $this->CleanPhoneNumber($this->GetUserSms()); with $sms_numbe…
-
I just discovered that the multiotp.windows.php is used by the Credential Provider, so there seems to be no need for me to package my own multiotp.exe vith EVB. Currently working great on a local install with CP, will soon test with a CP connected t…
-
I reported the original trouble. Not having tested for quite some time, I tried it with multiOTP 5.1.1.2 2018-03-20 and now it works great! Configured it to sync with an Active Directory server as well, and not a problem in sight so far :smile: &…