about summary refs log tree commit diff
path: root/docs/Running-Mastodon/Development-guide.md
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-26 23:03:41 +0100
committerGitHub <noreply@github.com>2017-01-26 23:03:41 +0100
commit87667e371c094e93cd66ce7f6dce05a44899cafd (patch)
treee5a5c0eb02ae91e56c183b684188e7302d546c1c /docs/Running-Mastodon/Development-guide.md
parentf7aef16668230e13995812a80c67b6717b29404b (diff)
parentae2147d40f60fd627dbcfbc6c7f5b2081ed3a518 (diff)
Merge pull request #549 from ineffyble/docs/add-default-account-to-dev-documentation
Add default account details to developer documentation.
Diffstat (limited to 'docs/Running-Mastodon/Development-guide.md')
-rw-r--r--docs/Running-Mastodon/Development-guide.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Development-guide.md b/docs/Running-Mastodon/Development-guide.md
index 80e6e2f94..27efa346e 100644
--- a/docs/Running-Mastodon/Development-guide.md
+++ b/docs/Running-Mastodon/Development-guide.md
@@ -21,7 +21,9 @@ You can run Mastodon with:
 
     rails s
 
-And open `http://localhost:3000` in your browser. Background jobs run inline (aka synchronously) in the development environment, so you don't need to run a Sidekiq process.
+And open `http://localhost:3000` in your browser. Background jobs run inline (aka synchronously) in the development environment, so you don't need to run a Sidekiq process. 
+
+By default, your development environment will have an admin account created for you to use - the email address will be `admin@YOURDOMAIN` (e.g. admin@localhost:3000) and the password will be `mastodonadmin`.
 
 You can run tests with: