View Issue Details

This issue affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
20551Bug reportsPluginspublic2026-06-05 12:29
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 heat2
Complete LimeSurvey version number (& build)7.0.0
I will donate to the project if issue is resolvedNo
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.

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