File: password.yaml

package info (click to toggle)
libconfig-merge-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 805; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (8)
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