-
I implemented this feature in similar way as it is implemented in
JDBCRepository@, however it is worth to mention that this feature in case of MongoDB will increase time needed for write operations on @UserRepository
as normally MongoDB implementation was able to work without additional check if user exists which now, whenautoCreateUser
is enabled, is required.
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
3001
|
Issue Votes (0)
Watchers (0)
As described in
https://projects.tigase.org/boards/15/topics/4867
we should support
autoCreateUser
configuration option in tigase-mongodb implementation.