Can`t log into Unified-RED

90 views
Skip to first unread message

Lars

unread,
May 10, 2023, 3:38:40 PM5/10/23
to Unified-RED
Hi. 

I have installed unified-red on a rpi and connected to a MandoDB Atlas database. 

I registred a account from the Unified-Red login page, but I cannot log in with the username and password i added.

My email-provider has denied SMTP-connections, so I cannot reset password with that option.

Can some of you please help me?

BR Lars


Samy Arbid

unread,
May 11, 2023, 8:22:00 AM5/11/23
to Unified-RED
Hi Lars,

If you remove all users in your unified-red MongoDB “users” collection and restart node-red, you should be able to register a new user again. 
From the mongo shell you can run the following:

use <your database name>;
db.users.deleteMany({});

Let me know if this resolves your issue.

Reply all
Reply to author
Forward
0 new messages