-
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 @UserRepositoryas normally MongoDB implementation was able to work without additional check if user exists which now, whenautoCreateUseris 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
autoCreateUserconfiguration option in tigase-mongodb implementation.