If someone has a '@' symbol in their password. Then it will not allow login, once logged out for the first time. Also, the reset password option also won't work.
As I checked, it uses '@' symbol as a delimiter in the connection string. When using Mongo Compass, there '@' symbol is converted to "%40". This is a small unhandled (I suppose) bug.
If someone has a '@' symbol in their password. Then it will not allow login, once logged out for the first time. Also, the reset password option also won't work.
As I checked, it uses '@' symbol as a delimiter in the connection string. When using Mongo Compass, there '@' symbol is converted to "%40". This is a small unhandled (I suppose) bug.