Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
OTPHP 9.1.1
1
OTPHP
2
--------------
2
--------------
3
https://github.com/Spomky-Labs/otphp/releases/tag/v9.1.1
-
 
Línea 4... Línea 3...
4
 
3
 
Línea 5... Línea 4...
5
Instructions to import WebAuthn into Moodle:
4
Instructions to import OTPHP into Moodle:
6
 
5
 
7
1. Download the latest release from https://github.com/Spomky-Labs/otphp/releases/tag/vx.x.x
6
1. Download the latest release from https://github.com/Spomky-Labs/otphp/releases/tag/vx.x.x
8
   (choose "Source code")
7
   (choose "Source code")
-
 
8
2. Unzip the source code
9
2. Unzip the source code
9
3. Copy the following files from otphp-x.x/src into admin/tool/mfa/factor/totp/extlib/OTPHP:
10
3. Copy the following files from otphp-x.x/lib/OTPHP into admin/tool/mfa/factor/totp/extlib/OTPHP:
10
   1. InternalClock.php
11
   1. OTP.php
11
   2. OTP.php
12
   2. OTPInterface.php
12
   3. OTPInterface.php
13
   3. ParameterTrait.php
13
   4. ParameterTrait.php
Línea 14... Línea 14...
14
   4. TOTP.php
14
   5. TOTP.php
15
   5. TOTPInterface.php
15
   6. TOTPInterface.php
16
 
16