Problem/Motivation

The "Password Strength settings" form offers 5 levels for the minimum required password strength:
- very weak
- weak
- good
- strong
- very strong

What this list doesn't convey very well is that in fact, 'very weak' will not enforce anything and is basically equivalent to having no minimum strength required.

Proposed resolution

Rename 'very weak' to 'disabled'.

Remaining tasks

patch

User interface changes

The "Password Strength settings" form will be:
- disabled
- weak
- good
- strong
- very strong

API changes

n/a, this is just a UI change.

Comments

scor’s picture

Status: Active » Needs review
StatusFileSize
new557 bytes
scor’s picture

Status: Needs review » Needs work

Actually this is making no sense in the strength meter. it has be be 'weak' in the meter. it's only in the admin settings form that it should say 'disabled'.

scor’s picture

Status: Needs work » Needs review
StatusFileSize
new555 bytes

  • coltrane committed 413012b on 7.x-1.x authored by scor
    Issue #2428139 by scor: Rename 'very weak' level to 'disabled'
    
coltrane’s picture

Status: Needs review » Fixed

Thanks @scor!

scor’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Fixed » Patch (to be ported)
banviktor’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new555 bytes

Ported to 6.x-2.x.

manuel.adan’s picture

Status: Needs review » Closed (outdated)

I assume that the 6.x branch is no longer maintained.