From be2b6a9add75343d35d2f29de2a71b7ef4b27084 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 13:18:42 +0100 Subject: [PATCH] Fix images in npm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec520c81..cb3a4ce08 100644 --- a/README.md +++ b/README.md @@ -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: -![login-page](/images/login.png) +![login-page](https://raw.githubusercontent.com/clems4ever/two-factor-auth-server/master/images/login.png) ### LDAP authentication 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 -![secret-key](/images/secret-key.png) +![secret-key](https://raw.githubusercontent.com/clems4ever/two-factor-auth-server/master/images/secret-key.png) ## Documentation two-factor-auth-server provides a way to log in using LDAP credentials and TOTP tokens. When the user is logged in,