About 1,203,666 results (1,341 milliseconds)

Need to check if user exists and return true or false

https://groups.google.com/g/node-mongodb-native/c/EcyRAPKrEVY
Dec 10, 2014 ... I have spent many hours trying setup a helper function that allows passport-local to verify if a user with username/password exists in mongo, returning true/ ...

How to configure credentials using Quarkus MongoDB client?

https://groups.google.com/g/quarkus-dev/c/a5p4CHvA5to
Sep 15, 2021 ... How can I do a regular username/password login to MongoDB using the Quarkus MongoDB client? ... get their usernames/passwords anyway they want.

Some clarity on SCRAM-SHA1?

https://groups.google.com/g/mongodb-dev/c/oBShX_LGvDs
I can't seem to find a few things in the specification, regarding the client final message. ... (pwd (concatenate 'string username ":mongo:" password)). (md5-pwd ...

$eq, $gt, $in, etc. and injection

https://groups.google.com/g/mongodb-dev/c/3HOuQ5Nlz54
var user = db.users.find({ username: request.username, password: request.password }); ... db = new mongodb.Db('someDatabase', new mongodb.Server('127.0.0.1 ...

cannot get admin Role to work in loopback-example-passport with ...

https://groups.google.com/g/loopbackjs/c/BknqZJRKFhs
May 22, 2015 ... ... (username and password replaced here):. "moti_db": {. "url": "mongodb://username:[email protected]:51851/heroku_appXXX",. "name": "moti_db ...

I'm gettting a "not authorized for query" error through PyMongo even ...

https://groups.google.com/g/mongodb-user/c/I7KrrTuvTjU
Nov 8, 2014 ... def mongo_uri(): return 'mongodb://username:pass ... Giving the wrong name and password prevents me from connecting entirely, so I know ...

Connecting to mongodb using Python API and username:password

https://groups.google.com/g/mongodb-user/c/LO1TXE5EHPw
May 16, 2013 ... I was looking at the documentation for connecting to a MongoDB using the Python API and cannot find the correct syntax to connect when a username and password ...

Mongocxx driver Uri with user authentication problem

https://groups.google.com/g/mongodb-user/c/D2hMK-fFmhU/m/2xWv_-icBAAJ
... view member email addresses permission to view the original message ... auto client = mongocxx::client{uri{"mongodb://username:password@localhost:27017/? ...

Mongo "auth fails" using bitnami meanstack

https://groups.google.com/g/keystonejs/c/uk9xzsDndc8
... find what user that is. The bitnami installer asks for a mongodb root password. I can login to mongo and see the empty database that "node keystone" generated.

C++ driver tutorial questions

https://groups.google.com/g/mongodb-user/c/4wXRQj9U-nM
And I find no mention of db username and password, though the uri class ... to mongodb-user, [email protected]. Hi, Jeff. Are you using a self ...

C++ driver tutorial questions

https://groups.google.com/g/mongodb-user/c/4wXRQj9U-nM
And I find no mention of db username and password, though the uri class ... to mongodb-user, [email protected]. Hi, Jeff. Are you using a self ...

Having trouble connecting (I think) - (ServerSelectionTimeoutError)

https://groups.google.com/g/mongodb-user/c/Mfp5AqlIJo4/m/tqnXswOkCAAJ
from pymongo import MongoClient. import urllib. mongo_uri = "mongodb://USERNAME:" + urllib.parse.quote_plus("PASSWORD") + "@SERVER:PORT/DB". conn = MongoClient ...

TypeError: 'Collection' object is not callable

https://groups.google.com/g/mongodb-user/c/qJVlT6DMcCM
Jul 16, 2019 ... client = MongoClient("mongodb+srv://<username>:<password> ... > db.test.find() { "_id": 0, "device": 0, "readingGram": 0, "lastRead": 0 }.

MongoDB (version 2) | Integration Connectors | Google Cloud

https://cloud.google.com/integration-connectors/docs/connectors/mongodb/configure
The following authentication types are supported by the MongoDB connection: Username and password. To understand how to configure these authentication types, ...

Connection error : MongoDB Shell to MongoDB Atlas

https://groups.google.com/g/mongodb-user/c/YgkRTzDVVas
... username m001-student --password m001-mongodb-basics. Getting below error ... Please find attached snapshots for your reference. I have mongoDB 3.6.5 ...

Unable to sign in to our dashboard today

https://groups.google.com/g/ant-media-server/c/G2MmQEkN3L0
Apr 30, 2021 ... All fail to allow login to the dashboard. Says username and password are not correct. User is configured in MongoDB, has worked well for months, and was stored ...

Trying to use the Query Builder with the C# Driver

https://groups.google.com/g/mongodb-user/c/xtQrz1hCCKg
May 4, 2016 ... Query.EQ("username", username), Query.EQ("password", password) ); var fields = Fields.Include("username"); var user = collection.Find(query) ...

Sails.js: cannot do POST for inserting into mongoDB

https://groups.google.com/g/sailsjs/c/_ui56lO_X6o
... password: { type: "string", required: true } }, beforeCreate: function ... find().exec(function(err, employee) { if (err) { res.send(500, {title ...

mongooplog failing with unauthorized error

https://groups.google.com/g/mongodb-user/c/OoaZAnM1GsE/m/5X1ngiUFQUgJ
... find what I am doing wrong (have posted it on stackoverflow too - http ... username -p password --authenticationDatabase my_db. Tue Jul 1 10:16:29.032 ...

Serverless MEAN Stack Applications with Cloud Run and MongoDB ...

https://cloud.google.com/blog/topics/developers-practitioners/serverless-with-cloud-run-mongodb-atlas
Jun 14, 2022 ... ... MongoDB Atlas deployment: ATLAS_URI:mongodb+srv:/<username>:<password>@sandbox.pv0l7.mongodb.net/meanStackExample?retryWrites=true&w=majority.