Menu

#328 Unable to login

Future_Requests
open
nobody
None
1
2015-06-01
2015-04-30
Anonymous
No

Hallo all,
I installed MRBS and it seemed that all was fine. But if I want to login I only get the message "Unknown User". I tried all the variations of auth, but nothing seems to work, not even the "config auth". When I tried the db auth method, I could create the first user, but the logon problem is the same. So I switched back to "config" auth to see if this works, but it was the same: "Unknown User".
Here is my config.inc.php:

Discussion

  • Anonymous

    Anonymous - 2015-04-30

    Sorry, some of the stars in my config-file were eaten by the editor ... see attachment.
    Thank you!

     
  • Anthony Tsaukpaetra

    It appears you're missing the passwords in your config file.

    For example, for the user "me" (from your config), I would think you would need a line like so:

    // Format: $auth["user"]["name"] = "password";
    $auth["user"]["me"] = "MyPassword";
    
     
MongoDB Logo MongoDB