gocodebox / gocodebox/lifterlms

Check for password strength on back-end

Open
#2,952 0 comments 0 reactions 1 assignee Assigned to @brianhogg View on GitHub
Dominant language
PHP
Stars
212
Forks
140
Avg merge
2d 14h
Merged PRs (30d)
19

Description

While we'll be implementing captcha support with a check if the password contains a blacklist item, we also want to check it on the back-end.

### Reproduction Steps

We check for the password strength requirements on the front-end, but a weak password (ie. the password being equal to one of the other input fields in the form) will succeed when passed directly to the back-end.

### Expected Behavior

Form submission is rejected due to password containing a blacklist item.

### Actual Behavior

Form submissions is allowed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.