[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-75-g72bb37f |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-75-g72bb37f
- From: <git@xxxxxxxxxxxxx>
- Date: Mon, 27 Apr 2020 14:37:04 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/galette.git" repository.
The branch, develop has been updated
via 72bb37f12e14aaa9903697f741bc59d5cafc5dc4 (commit)
via 7a2513444febafb4099e4dae3548994836191939 (commit)
from 17f68127168527e45742ae8424370414b481806f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 72bb37f12e14aaa9903697f741bc59d5cafc5dc4
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Sep 21 08:00:19 2017 +0200
Add some password restrictions; closes #1309
Make possible to configure password length
and "complexity" from preferences.
Add password blacklist
Add restirctions on personal information used as password
Add "strength meter"
Check password validity on login
Add unit tests
commit 7a2513444febafb4099e4dae3548994836191939
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Apr 25 10:07:12 2020 +0200
Bump version
-----------------------------------------------------------------------
Summary of changes:
galette/includes/fields_defs/pass_blacklist | 500 +++++++++++++++++++++
galette/includes/galette.inc.php | 2 +-
galette/includes/routes/ajax.routes.php | 32 ++
galette/includes/routes/authentication.routes.php | 9 +
galette/lib/Galette/Core/Preferences.php | 26 +-
galette/lib/Galette/Entity/Adherent.php | 25 +-
galette/lib/Galette/Util/Password.php | 299 ++++++++++++
galette/templates/default/forms_types/password.tpl | 7 +-
galette/templates/default/js_pwdcheck.tpl | 65 +++
galette/templates/default/preferences.tpl | 52 ++-
galette/webroot/themes/default/galette.css | 37 ++
tests/Galette/Entity/tests/units/Adherent.php | 5 +-
tests/Galette/Util/tests/units/Password.php | 320 +++++++++++++
13 files changed, 1359 insertions(+), 20 deletions(-)
create mode 100644 galette/includes/fields_defs/pass_blacklist
create mode 100644 galette/lib/Galette/Util/Password.php
create mode 100644 galette/templates/default/js_pwdcheck.tpl
create mode 100644 tests/Galette/Util/tests/units/Password.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/