This file is indexed.

/usr/share/doc/libconfig-merge-perl/examples/config_prod/forms/user/password.yaml is in libconfig-merge-perl 1.04-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
name:                   user_password
dependencies:
  - equal:              password password2
fields:
  -  password:
        name:
            en:         Password
        required:       1
        type:           password
        checks:
        min_length:     5
        max_length:     25
  -  password2:
        name:
            en:         Confirm password
        required:       1
        type:           password
        checks:
        min_length:     5
        max_length:     25