Fix images in npm
parent
14bc709228
commit
be2b6a9add
|
@ -16,7 +16,7 @@ Before starting, make sure you don't have anything listening on port 8080. Then,
|
||||||
|
|
||||||
After few seconds the services should be running and you should be able to visit [http://localhost:8080/](http://localhost:8080/) and access the login page:
|
After few seconds the services should be running and you should be able to visit [http://localhost:8080/](http://localhost:8080/) and access the login page:
|
||||||
|
|
||||||
![login-page](/images/login.png)
|
![login-page](https://raw.githubusercontent.com/clems4ever/two-factor-auth-server/master/images/login.png)
|
||||||
|
|
||||||
### LDAP authentication
|
### LDAP authentication
|
||||||
An LDAP server has been deployed with the following credentials: **admin/password**.
|
An LDAP server has been deployed with the following credentials: **admin/password**.
|
||||||
|
@ -26,7 +26,7 @@ You can use Google Authenticator for the verification of the TOTP token. You can
|
||||||
|
|
||||||
Test secret key: GRWGIJS6IRHVEODVNRCXCOBMJ5AGC6ZE
|
Test secret key: GRWGIJS6IRHVEODVNRCXCOBMJ5AGC6ZE
|
||||||
|
|
||||||
![secret-key](/images/secret-key.png)
|
![secret-key](https://raw.githubusercontent.com/clems4ever/two-factor-auth-server/master/images/secret-key.png)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
two-factor-auth-server provides a way to log in using LDAP credentials and TOTP tokens. When the user is logged in,
|
two-factor-auth-server provides a way to log in using LDAP credentials and TOTP tokens. When the user is logged in,
|
||||||
|
|
Loading…
Reference in New Issue