Skip to content

Commit

Permalink
fix for username field
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 12, 2014
1 parent d983a90 commit 523b637
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions system/blueprints/user/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ form:

fields:
username:
type: unset

password:
type: password
type: text
size: large
label: Password
validate:
required: true
label: Username
readonly: true

email:
type: text
Expand All @@ -25,6 +21,15 @@ form:
validate:
required: true

password:
type: password
size: large
label: Password
validate:
required: true



fullname:
type: text
size: large
Expand Down

0 comments on commit 523b637

Please sign in to comment.