I am new to rocket chat, I have a problem with the rocket chat configuration. I disabled the manual login from the login menu, and there is only an option that the user can log in via OAuth. But there is a problem with the oauth server and no one is able to login to rocket chat,
Is there any option that I can change manually to the code via ssh client to enable the manual login menu?
I did that to myself, too. I’m going from memory, so I don’t have the exact details. I followed this link: https://rocket.chat/docs/administrator-guides/restoring-an-admin/
which got me to Mongo shell. There’s a collection for the installation’s settings (rocketchat_settings), and in that collection is a setting called something like “Admin_ShowLoginForm”. I used db.collection.find() to find it. That item’s value needs to be set back to true.