lijurpillai / grocery

0 stars 0 forks source link

Phone number field accepting alphabets #3

Closed danishvm closed 10 years ago

danishvm commented 10 years ago

when we try to type alphabets in the phone number field it get accepted

JSON

{"email":"xcbnm","password":"sdasd","phone":"sadfgh"}

Result Response

{ "type": "success", "text": "customuserAdded", "data": { "id": "52cbf474e4b06658a45bd7fd", "email": "xcbnm", "password": "sdasd", "phone": "sadfgh", "enabled": true, "isVerified": true, "accountNonExpired": true, "accountNonLocked": true } }

Expected Result

{ "type": "error", "text": "510", "data": "Field error in object 'customerDetails' on field 'phone' }