minor bugs en account
This commit is contained in:
parent
9c487cc31c
commit
dcf45f014c
|
@ -23,7 +23,7 @@ module.exports = function(Self) {
|
|||
let user = {
|
||||
name: data.userName,
|
||||
email: firstEmail,
|
||||
password: md5(parseInt(Math.random() * 100000000000000))
|
||||
password: parseInt(Math.random() * 100000000000000)
|
||||
};
|
||||
let Account = Self.app.models.Account;
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"id": true,
|
||||
"required": true
|
||||
},
|
||||
"name": {
|
||||
|
|
Loading…
Reference in New Issue