Max MongoDBConnectionSetup Module has an issue where the green Connected button will display whether or not the database credentials provided return any real connection. If bogus credentials are provided, the green button will appear, giving the user the impression nothing is wrong and that they are connected (even when they are not).
A check should be performed after connection to determine if MongoDB actually returned anything in reply to the connection request, and to either display a green connected button, or a red "not connected" button.
Max MongoDBConnectionSetup Module has an issue where the green Connected button will display whether or not the database credentials provided return any real connection. If bogus credentials are provided, the green button will appear, giving the user the impression nothing is wrong and that they are connected (even when they are not).
A check should be performed after connection to determine if MongoDB actually returned anything in reply to the connection request, and to either display a green connected button, or a red "not connected" button.