Using username instead of email. Modified error message when creating new user

This commit is contained in:
Petar Bozin 2016-09-06 10:59:23 +02:00
parent 0e27fe1d42
commit 5079372000

View File

@ -1377,7 +1377,7 @@ trait APIMethods200 {
}
}
else {
Full(errorJsonResponse("User with the same email already exists.", 409))
Full(errorJsonResponse("User with the same username already exists.", 409))
}
}
}