diff --git a/README.md b/README.md index 17c0281..b6783b4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ The Password plugin can also be used when configured accordingly. +### Screenshots + +![Login with Elastic Skin](docs/login.png) + +![Recovery password](docs/reset.png) + ### Install @@ -23,3 +29,5 @@ 3. Rename 'config.inc.php.dist' to 'config.inc.php' 4. Configure the credentials to access the postfix database in the config.inc.php file + +### \ No newline at end of file diff --git a/composer.json b/composer.json index 9e500f4..ab4b846 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "authentication", "security", "password", - "recovery" + "recovery" ], "repositories": [ { diff --git a/docs/config_answer.png b/docs/config_answer.png new file mode 100644 index 0000000..20233e0 Binary files /dev/null and b/docs/config_answer.png differ diff --git a/docs/config_code.png b/docs/config_code.png new file mode 100644 index 0000000..b7d396f Binary files /dev/null and b/docs/config_code.png differ diff --git a/docs/identities.png b/docs/identities.png new file mode 100644 index 0000000..97ef853 Binary files /dev/null and b/docs/identities.png differ diff --git a/docs/login-form.png b/docs/login-form.png new file mode 100644 index 0000000..03a7e86 Binary files /dev/null and b/docs/login-form.png differ diff --git a/docs/recovery.png b/docs/recovery.png new file mode 100644 index 0000000..f6be2a5 Binary files /dev/null and b/docs/recovery.png differ diff --git a/docs/recovery2.png b/docs/recovery2.png new file mode 100644 index 0000000..a5984e3 Binary files /dev/null and b/docs/recovery2.png differ diff --git a/docs/reset.png b/docs/reset.png new file mode 100644 index 0000000..5349995 Binary files /dev/null and b/docs/reset.png differ