mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Updating possible user gender choices.
This commit is contained in:
parent
a426f34b55
commit
383e64d6dc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ _.extend UserSchema.properties,
|
|||
iosIdentifierForVendor: c.shortString({format: 'hidden'})
|
||||
firstName: c.shortString({title: 'First Name'})
|
||||
lastName: c.shortString({title: 'Last Name'})
|
||||
gender: {type: 'string', 'enum': ['male', 'female']}
|
||||
gender: {type: 'string', 'enum': ['male', 'female', 'secret', 'trans']}
|
||||
ageRange: {type: 'string'} # 'enum': ['0-13', '14-17', '18-24', '25-34', '35-44', '45-100']
|
||||
password: {type: 'string', maxLength: 256, minLength: 2, title: 'Password'}
|
||||
passwordReset: {type: 'string'}
|
||||
|
|
Loading…
Add table
Reference in a new issue