You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the combinedRecord._id is string created by concatenating org.couch.db.user: and the username. It would be good if this entire id template could be configurable so that we could use a different or no prefix and provide a different value for the unique identifier portion. With the current setup, changing the username after the fact would cause potential conflicts with the future documents if someone tries to create a new account with either the old or modified username of an existing record.
Describe the solution you'd like
Make the combinedRecored._id template configurable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
At the moment the
combinedRecord._id
is string created by concatenatingorg.couch.db.user:
and theusername
. It would be good if this entire id template could be configurable so that we could use a different or no prefix and provide a different value for the unique identifier portion. With the current setup, changing the username after the fact would cause potential conflicts with the future documents if someone tries to create a new account with either the old or modified username of an existing record.Describe the solution you'd like
Make the combinedRecored._id template configurable.
The text was updated successfully, but these errors were encountered: