New issue
Advanced search Search tips

Issue 855692 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Show special string if PIN length must be a single value

Project Member Reported by jdufault@chromium.org, Jun 22 2018

Issue description

If an admin forces PIN length=4, then when setting up the PIN we show these strings:

- [0,3] digits: "PIN must be at least 4 digits"
- [5..] digits: "PIN must be less than 4 digits"

Do we want to add a special case here and check if the policy min/max length are the same, and show, ie,

- [0,3],[5..] digits: "PIN must be exactly 4 digits" (or something similar)

 

Sign in to add a comment