All the other webservices will store info stored by USER ID, there is no reason to do otherwise. While the login service is sorted out, I will accept the user ID in plain text format and use that for the DB table. As soon as the login service is sorted, it will return a userID when authenicating. Thus no changes will be made to the DB when we convert to using the login service.
What is the reason for not recording/using userIDs? I dont see the need to be so anymous. If people are worried about security/personal issues, dont use the webservice.

