github.com/greenpau/go-authcrunch@v1.1.4/testdata/identity/registrations_db.json (about)

     1  {
     2    "policy": {
     3      "password": {
     4        "keep_versions": 10,
     5        "min_length": 8,
     6        "max_length": 128,
     7        "require_uppercase": false,
     8        "require_lowercase": false,
     9        "require_number": false,
    10        "require_non_alpha": false,
    11        "block_reuse": false,
    12        "block_password_change": false
    13      },
    14      "user": {
    15        "min_length": 3,
    16        "max_length": 50
    17      }
    18    },
    19    "revision": 2,
    20    "last_modified": "2021-05-26T16:16:56.790096453-04:00"
    21  }