File: password.yaml

package info (click to toggle)
libconfig-merge-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 440 kB
  • ctags: 36
  • sloc: perl: 804; 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