Skip to content

Password field/leaf in User Management model #48

@sumittrehan

Description

@sumittrehan

Hi,

The 'password' leaf in the user management model specifies the following regex pattern: [a-zA-Z0-9!$%^()[]_-~{}.+]*
The observation is that it does contain the character '/'.
We want to store the sha-512 based hash password which consists of the set [./a-zA-Z0-9]. Since the allowed charset excludes '/', this would fail.
Can you please include '/' in the allowed regex ? Any reason for not including the '/' in the allowed pattern ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions