1
0
Fork 0
mirror of https://github.com/Findus23/plugin-PasswordVerifier.git synced 2024-09-18 14:53:46 +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
#### 0.2.0
### 0.2.1
Add German, Greek and French translations
### 0.2.0
Matomo 4 compatibility
#### 0.1.2
### 0.1.2
add French translation (by @darkvodka)
#### 0.1.1
### 0.1.1
add disclaimer in description
#### 0.1.0
### 0.1.0
first working version

View file

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