Skip to content

Lets do unsafe_passwords.txt #3050

@lokspel

Description

@lokspel

What feature do you want to see added?

https://github.com/Elytrium/LimboAuth/blob/master/src/main/resources/unsafe_passwords.txt

The main reason why because it is easier to put billion without making config.yml BIG

 # Prevent unsafe passwords from being used; put them in lowercase!
        # You should always set 'help' as unsafePassword due to possible conflicts.
        # unsafePasswords:
        # - '123456'
        # - 'password'
        # - 'help'
        unsafePasswords: 
        - '123456'
        - password
        - qwerty
        - '12345'
        - '54321'
        - '123456789'
        - help

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions