-
I am using Rocketchat 2.3.2 which sadly does not have una connect within it. I could create a custom oauth but have no idea how to fill out most of the fields.....but one thing at a time....I need to be able to open chat.mysite.com and it open mysite.com:3000 or https purposes
Yes, you can use latest Rocket.Chat and use Custom OAuth, steps are the following:
1.
2.
3.
In Rocket.Chat custom oauth that I created it states:
When setting up your OAuth Provider, you'll have to inform a Callback URL. Use
https://chat-domain.tld/_oauth/custom_outh_name
Is this put in the oauth2 server; or where?
I am getting unexpected end of json input.
0 0 0 0 0 0 0 -
What about adding a custom button or hyperlink text for non members to get redirected to my application link?
Try to add this text in
#rocketchat admin > Layout > Login TermsSecond... Within Rocketchat, I want other members to see their UNA profiles, but I want to restrict them from seeing emails. Right now its all or nothing.
Try to login under normal user, it maybe email is shown for admins only.
0 0 0 0 0 0 0 -
To change background on
#rocketchat landing page use the following CSS:.rc-old.full-page { background-image:url(http://your-url-to-image-here); }
in rocketchat admin panel > Layout > Custom CSS
0 0 0 0 0 0 0 -
I tried setting up Rocket Chat and messed something up in the settings and now it's basically locked me out 100%, I have zero ability to change anything and (using Una Hosted) I tried to uninstall and reinstall, and it made no change.
When you reinstall Rocket.Chat, you need to drop old database, or use new one, then you will be able to use Chat from the scratch. If you are using these instructions to install Chat then you need to modify the following line to run Chat on new Database:
export MONGO_URL=mongodb://localhost:27017/rocketchat_new
0 0 0 0 0 0 0 -
I am using Rocketchat 2.3.2 which sadly does not have una connect within it. I could create a custom oauth but have no idea how to fill out most of the fields.....but one thing at a time....I need to be able to open chat.mysite.com and it open mysite.com:3000 or https purposes
Yes, you can use latest Rocket.Chat and use Custom OAuth, steps are the following:
1.
2.
3.
0 0 0 0 0 0 0