Rev 1 |
|
Comparar con el anterior |
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1441 |
ariadna |
1 |
OTPHP
|
| 1 |
efrain |
2 |
--------------
|
|
|
3 |
|
| 1441 |
ariadna |
4 |
Instructions to import OTPHP into Moodle:
|
| 1 |
efrain |
5 |
|
|
|
6 |
1. Download the latest release from https://github.com/Spomky-Labs/otphp/releases/tag/vx.x.x
|
|
|
7 |
(choose "Source code")
|
|
|
8 |
2. Unzip the source code
|
| 1441 |
ariadna |
9 |
3. Copy the following files from otphp-x.x/src into admin/tool/mfa/factor/totp/extlib/OTPHP:
|
|
|
10 |
1. InternalClock.php
|
|
|
11 |
2. OTP.php
|
|
|
12 |
3. OTPInterface.php
|
|
|
13 |
4. ParameterTrait.php
|
|
|
14 |
5. TOTP.php
|
|
|
15 |
6. TOTPInterface.php
|
| 1 |
efrain |
16 |
|
|
|
17 |
4. Copy the following files from otphp-x.x into admin/tool/mfa/factor/totp/extlib/OTPHP:
|
|
|
18 |
1. LICENSE
|
|
|
19 |
2. composer.json
|