Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:lestrrat/pixis
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Apr 14, 2009
2 parents 4c969c6 + 272b842 commit fed6d79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/root/forms/signup/start.yml
Expand Up @@ -10,11 +10,17 @@ elements:
constraints:
- Required
- Email
- type: Block
tag: div
content: パスワードは5文字以上、24文字以下である必要があります
attrs_xml:
style: "font-size: 90%; color: red; clear: left"
- type: Password
name: password
label_loc: Password
constraints:
- Required
- ASCII
- type: Length
min: 6
max: 24
Expand Down

0 comments on commit fed6d79

Please sign in to comment.