theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
505 stars 134 forks source link

[DERCBOT-1071] Prevent duplication of namespaces #1643

Closed assouktim closed 5 months ago

assouktim commented 5 months ago

After authentication on Tock, when registering the user, if the namespace we are trying to create already exists (comparison now case insensitive), I take what is already in the database, so that the name is not duplicated.

At the time of registration via Studio/Settings/Namespace, the namespace existence check was modified to ignore case when comparing.