The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: /local/CPAN/Mango/share/forms/admin/users/edit.yml 1644 2008-06-02T01:46:53.055259Z claco  $
---
id: admin_users_edit
method: post
auto_fieldset: 1
javascript: 0
stylesheet: 1
sticky: 1
submit: BUTTON_LABEL_UPDATE
fields:
  - id:
      type: hidden
      force: 1
      constraints:
        - NOT_BLANK
        - UINT
  - username:
      type: text
      size: 20
      disabled: disabled
      force: 1
      maxlength: 25
  - password:
      type: text
      size: 20
      maxlength: 255
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 255
  - confirm_password:
      type: text
      size: 20
      maxlength: 255
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 255
        - SAME_AS, password
  - created:
      size: 20
      disabled: disabled
      force: 1
  - updated:
      size: 20
      disabled: disabled
      force: 1
  - first_name:
      type: text
      size: 25
      maxlength: 25
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 25
  - last_name:
      type: text
      size: 25
      maxlength: 25
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 25
  - email:
      type: text
      size: 30
      maxlength: 150
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 150
        - EMAIL
        - UNIQUE
  - roles:
      type: checkbox
      multiple: 1