I don´t get pass the test but mongo say I got it ¿?
db.createUser({user:"m103-application-user", pwd:"m103-application-pass", roles:[{db:"admin", role:"readWrite"}]})
Successfully added user:
{
"user" : "m103-application-user",
"roles" : [
{
"db" : "admin",
"role" : "readWrite"
}
]
}
firstly I authenticated with my password and username