summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-03-23 20:32:10 +0100
committerJoram Wilander <jwawilander@gmail.com>2018-03-23 15:32:10 -0400
commita8e0fc6c5d85a4007ab68fe867cb1a7bee4c93c3 (patch)
tree67894ef2f00568cc3bb7497d136925218d24c6d5 /Makefile
parent1351874528b3dc8c77fe00ed438ae8a8d97c32a9 (diff)
downloadchat-a8e0fc6c5d85a4007ab68fe867cb1a7bee4c93c3.tar.gz
chat-a8e0fc6c5d85a4007ab68fe867cb1a7bee4c93c3.tar.bz2
chat-a8e0fc6c5d85a4007ab68fe867cb1a7bee4c93c3.zip
Changing the user-0 data to sysadmin and user-1 username to user-1 (#8494)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 451581dd3..9be225b08 100644
--- a/Makefile
+++ b/Makefile
@@ -384,10 +384,10 @@ test-data: start-docker ## Add test data to the local instance.
$(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) $(PLATFORM_FILES) sampledata -w 1
@echo You may need to restart the Mattermost server before using the following
- @echo ====================================================================================
- @echo Login with a system admin account email=user-0@sample.mattermost.com password=user-0
- @echo Login with a regular account email=user-1@sample.mattermost.com password=user-1
- @echo ====================================================================================
+ @echo ========================================================================
+ @echo Login with a system admin account username=sysadmin password=sysadmin
+ @echo Login with a regular account username=user-1 password=user-1
+ @echo ========================================================================
run-server: start-docker ## Starts the server.
@echo Running mattermost for development