codeclubsocial / codeclub_website_dev

CodeClub website source (website no longer hosted)
http://www.codeclub.social
26 stars 7 forks source link

mongodb deprecation warning for Db.prototype.authenticate #30

Closed holaymolay closed 7 years ago

holaymolay commented 7 years ago

Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.

craig429 commented 7 years ago

Ooops, didn't see this in time. See narrative in Issue #31. Assigning myself.

holaymolay commented 7 years ago

I'm reopening because I don't see a clear reason for closure in the comments.

craig429 commented 7 years ago

Sorry. "Close" should be it's OWN BUTTON!

holaymolay commented 7 years ago

lol. I hear it is only a problem among the "unemployed"

craig429 commented 7 years ago

This warning will go away when we merge validation_branch. Closing.