[#365] public Book method, does it always create a new Client?

Migrated from Redmine #365 | Author: Tavan Eftekhar
Status: New | Priority: Normal | Created: 2019-03-24


When using the public Book method, which takes in clientData object, does it always create a new client? Or does it first check to see if the clientData matches any existing client, and then use one of their clientIds?

Thanks for the clarification!

Redmine Admin wrote:

Hi,

Yes, it always creates new client to prevent possible security issue when attacker can use same email as other client to try to get some data, etc.

You may need to use Client Login plugin to avoid it