From d649fc9ce242ec9ec52cfa45893dab04228fa37e Mon Sep 17 00:00:00 2001 From: Thomas Dedek Date: Tue, 27 Apr 2021 13:50:07 +0200 Subject: [PATCH] add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31f256e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Passwort reset + +Web interface for end users to request a password reset. The users private email address is being used as a bilateral secret to send him a private link that allows him to set a new password. The link has a limited lifetime (default is 49 hours). This value can be overridden in [the configuration of the Account Service Backend](https://git.ecogood.org/services/account-svc-backend#configuration). + +## Requirements + +### Client + +- JavaScript + +### Server + +- any static web server like nginx or Apache HTTP server + +### Development + +- NodeJS +- Yarn