mirror of
https://github.com/Findus23/plugin-PasswordVerifier.git
synced 2024-09-11 06:43:46 +02:00
release 0.2.1
This commit is contained in:
parent
f6af9f4008
commit
a1e8b79ee3
3 changed files with 12 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue