diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-07-17 22:01:05 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-07-18 20:01:02 +0100 |
commit | 1208e3e3ffb1cc263d879f996b22e18c8b024d33 (patch) | |
tree | c168dcc3eff82020e767b1d22f71880118a92fef /index.html | |
parent | e6d90c87b655db6c33724e5fb3b4001963c63736 (diff) | |
download | gpigeon-1208e3e3ffb1cc263d879f996b22e18c8b024d33.tar.gz gpigeon-1208e3e3ffb1cc263d879f996b22e18c8b024d33.zip |
fixes
- Makefile is better: the generated password via genpass.pl
or genpass.pl with -i flag should now be a correct argon2id hash
in both cases.
- Added missing checks in the makefile
- Fixed undeclared variables in gpigeon-template.cgi
Running make should be better and require less manual fiddling now.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index e5f3e13..0000000 --- a/index.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>GPIGEON - Login</title> - <meta charset="utf-8"> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> - <link rel="stylesheet" type="text/css" href="styles.css"> - </head> - <body> - <h1>GPIGEON - Login</h1> - <form action="/cgi-bin/gpigeon.cgi" method="POST"> - <table id="loginbox"> - <tbody> - <tr> - <td>Password :</td> - <td><input type="password" name="password"></td> - </tr> - <tr id="authbtn"> - <td></td> - <td><input type="submit" value="S'authentifier"></td> - </tr> - </tbody> - </table> - </form> - - <p><a href="http://git.les-miquelots.net/gpigeon" title="gpigeon download link">Source code here.</a> It is similar to <a href="https://hawkpost.co/">hawkpost.co</a>.</p> - </body> -</html> |