Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Site Name #591

Merged
merged 4 commits into from
Aug 27, 2015
Merged

Configure Site Name #591

merged 4 commits into from
Aug 27, 2015

Conversation

geekgonecrazy
Copy link
Contributor

This configures the ability to set the Site Name.

Screenshot

In the future meta tags need to be updated as well..

@@ -27,6 +27,9 @@ Meteor.startup ->
RocketChat.settings.add 'Accounts_Twitter_secret', '', { type: 'string', group: 'Accounts' }
RocketChat.settings.add 'Accounts_ManuallyApproveNewUsers', false, { type: 'boolean', group: 'Accounts' }

RocketChat.settings.addGroup 'General'
RocketChat.settings.add 'Site_Name', '', { type: 'string', group: 'General', public: true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geekgonecrazy the second parameter here is the default value ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought so. But when I tested it, it didn't work. Going to try again. This time purging .meteor/local

rodrigok added a commit that referenced this pull request Aug 27, 2015
@rodrigok rodrigok merged commit fbbe66b into RocketChat:master Aug 27, 2015
HappyTobi pushed a commit to HappyTobi/Rocket.Chat that referenced this pull request Jul 10, 2018
Makes sense given that the UX features a hover for the 'Create a New Channel' with caps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants