open-vault/changelog/11872.txt
mr-miles 9e031b5766
Mongo doesnt allow periods in usernames (#11872)
* mongo doesnt allow periods in usernames

* Update mongodb.mdx

Update template in docs

* Move replace to the end

* Adding a test for dot replacement

* Create 11872.txt
2021-06-24 13:26:31 -04:00

4 lines
94 B
Plaintext

```release-note:bug
mongo-db: default username template now strips invalid '.' characters
```