View Issue Details

This issue affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
20551Bug reportsPluginspublic2026-08-07 17:48
ReporterDenisChenu Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Product Version7.0.x 
Summary20551: Password requirement plugin settings are not apply
Description

When you lower password requirement plugin about at least one uppercase character and set to NO
You can not create manually user without an uppercase character

Steps To Reproduce

Steps to reproduce

Update the password requirement plugin, uncheck all requirements, and set the minimal length to 4
Create a user and set minimal as passwird

Expected result

user is created with minimal password

Actual result

(Write here what happened instead)

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)7.0.0
I will donate to the project if issue is resolvedNo
Story point estimate
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Version8.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2026-06-05 12:29

developer   ~85002

You need to update both : core + Password requirement

        'passwordValidationRules' => array(
            'min' => 4,
            'max' => 0,
            'lower' => 0,
            'upper' => 0,
            'numeric' => 0,
            'symbol' => 0,
        ),

Password requirement didn't replace core here.

c_schmitz

c_schmitz

2026-08-07 11:23

administrator   ~85390

I suggest to consolidate the password requirement plugin into the core to have one single source of truth.
Password validation rules for administration & surveys should be shown directly in the security tab and editable there.

The plugin event itself can stay there.

DenisChenu

DenisChenu

2026-08-07 17:48

developer   ~85404

The plugin event itself can stay there.

Here , both seem to do the same (if I don't make an error). But in my opinion, a plugin can replace core :)

Issue History

Date Modified Username Field Change
2026-06-05 12:27 DenisChenu New Issue
2026-06-05 12:27 DenisChenu File Added: Capture d’écran du 2026-06-05 12-25-53.png
2026-06-05 12:27 DenisChenu File Added: Capture d’écran du 2026-06-05 12-26-26.png
2026-06-05 12:29 DenisChenu Note Added: 85002
2026-06-05 12:29 DenisChenu Bug heat 0 => 2
2026-08-07 11:23 c_schmitz Note Added: 85390
2026-08-07 11:23 c_schmitz Bug heat 2 => 4
2026-08-07 17:48 DenisChenu Note Added: 85404