Command line "create_user" doesn't send email
create email can be:-send_email for the -generate-password flag if it were me I'd grab 7 (or 11) characters from /dev/random and force the user to change a password on login. Email subject and body...
View ArticleNeed API specifations for Sending File
May this helps you. The below is the structure for post event. type Post struct { Id string json:"id" CreateAt int64 json:"create_at" UpdateAt int64 json:"update_at" DeleteAt int64 json:"delete_at"...
View ArticleI want to remove the default channels which are created while creating a team
Hi All, I am working with Mattermost API. After creating my team, I want to remove the default channels and instead I want to create my own channel. Is it something change in the config file,...
View ArticleHow can I hide a channel?
Hi @mariocup, The content for deleted channels is stored in the database, we're planning on adding the option to "Archive" a channel instead of deleting it so users will be able to see it in the UI....
View ArticleCommand line "create_user" doesn't send email
Would the users be given the randomly generated passwords manually then? Or is an email needed with the temporary password
View ArticleI want to remove the default channels which are created while creating a team
Hi @Thileepan, Can you help me understand why you want to remove the default channels? You should be able to rename the default channels from the dropdown menu beside the channel name if that helps....
View ArticleChat view is not always scrolled to show last message
There was an issue with this previously, but it looks like it should have been fixed in v1.3.0. I haven't seen it since then, would be interested to hear if anyone else has seen it on recent versions.
View ArticleI want to remove the default channels which are created while creating a team
Ah, actually I want to rename the default channel name. Let me try with updateChannel API. Also, if there is an option in the config to set it up once then it will be helpful. May a feature request...
View ArticleConvert a private channel to public channel and vice versa
Just as important: converting a private group into a public channel. We often use slack/mattermost as a living, ad hoc wiki and documentation tool. Oftentimes we work on projects or research with a...
View ArticleCommand line "create_user" doesn't send email
I would expect the user would be given the randomly generated password in an email sent by the system if the -send_email flag were set
View ArticleHow can I remove Teams from Gitlab Mattermost
I found that platform command is available as 'mattermost' in GitLab integrated version but the use of a command gives an error: /opt/gitlab/embedded/bin/mattermost -permanent_delete_team...
View ArticleHow can I remove Teams from Gitlab Mattermost
I fund the configuration file and proper user to user the tool. Unfortunately it does not work. Teams are where ther were before using it.
View ArticleCommand line "create_user" doesn't send email
Er... not sure about sending credentials in clear text via email. That would probably require adding a feature to force password reset on first login and possibly a feature to deactivate an account...
View ArticleCommand line "create_user" doesn't send email
I'd also be perfectly fine with that: platform -create_user -team_name="myteam" -email="foo@bar.com" would do exactly what the web interface does.
View ArticleAPI 502 Bad Gateway
Hi All, More often I am getting API 502 bad gateway issue. Even my web console UI also not loading. Everytime I need to restart the mattermost service. What will be the issue? Note: Service is running...
View ArticleDo I need to compile from GitHub to change the Default Themes?
Hello. Is it possible to change the default theme for a compiled version of Mattermost? I perused the repository and saw that the constants.jsx file contains the themes, hard-coded in a precompiled...
View ArticleBad response from token request after team creation auth
Hi Guys, I can't create a team in a gitlab-mattermost environnement. After authorisation from gitlab SSO i got redirected to the /signup/gitlab/complete and results in a 500 error : Bad response from...
View Article