1
0
Fork 0
mirror of https://github.com/Findus23/plugin-PasswordVerifier.git synced 2024-09-19 16:03:47 +02:00

release 0.2.1

This commit is contained in:
Lukas Winkler 2021-09-04 21:43:53 +02:00
parent f6af9f4008
commit a1e8b79ee3
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 12 additions and 5 deletions

View file

@ -1,21 +1,25 @@
## Changelog ## Changelog
#### 0.2.0 ### 0.2.1
Add German, Greek and French translations
### 0.2.0
Matomo 4 compatibility Matomo 4 compatibility
#### 0.1.2 ### 0.1.2
add French translation (by @darkvodka) add French translation (by @darkvodka)
#### 0.1.1 ### 0.1.1
add disclaimer in description add disclaimer in description
#### 0.1.0 ### 0.1.0
first working version first working version

View file

@ -1,5 +1,8 @@
# Matomo PasswordVerifier Plugin # Matomo PasswordVerifier Plugin
[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-passwordverifier/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-passwordverifier/)
## Description ## Description
This plugin sends the first 5 characters of the SHA1 hash of the password to the [haveibeenpwned.com database](https://haveibeenpwned.com/Passwords) of over 500 million passwords exposed in data breaches. If the password is found, Matomo rejects it and asks the user to use a more secure password. This plugin sends the first 5 characters of the SHA1 hash of the password to the [haveibeenpwned.com database](https://haveibeenpwned.com/Passwords) of over 500 million passwords exposed in data breaches. If the password is found, Matomo rejects it and asks the user to use a more secure password.

View file

@ -1,7 +1,7 @@
{ {
"name": "PasswordVerifier", "name": "PasswordVerifier",
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database", "description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
"version": "0.2.0", "version": "0.2.1",
"theme": false, "theme": false,
"require": { "require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1" "matomo": ">=4.0.0-b1,<5.0.0-b1"