Skip to content

Make Password Config work. #13

@cblanquera

Description

@cblanquera

Describe the feature you'd like to request

In the config there is a provision for password rules that look like this.

password: {
    min: 8,
    max: 32,
    upper: true,
    lower: true,
    number: true,
    special: true
}

I would like this working on the signup page.

Describe the solution you'd like

When I configure the password rules in my config, I want it to apply to the signup page. It would also be good to add a password strength UI.

Describe alternatives you've considered

No alternatives.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions