diff options
author | Ash Furrow <ash@ashfurrow.com> | 2017-04-08 19:09:46 -0400 |
---|---|---|
committer | wxcafé <wxcafe@users.noreply.github.com> | 2017-04-09 01:09:46 +0200 |
commit | 6e3925521d152808febf273312c73a09e3d3feb3 (patch) | |
tree | c30642472f5a2c3cfefbb39a0b46eba185cfeb38 /docs/Running-Mastodon | |
parent | b89f007862bb06bbf892c4f37dbc31ed83138b53 (diff) |
Adds user confirmation rake task (#1300)
* Adds task to confirm user by email. * Adds documentation for manual confirmation.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Running-Mastodon/Administration-guide.md b/docs/Running-Mastodon/Administration-guide.md index 09b0f1df1..8bcfe7c9e 100644 --- a/docs/Running-Mastodon/Administration-guide.md +++ b/docs/Running-Mastodon/Administration-guide.md @@ -35,3 +35,11 @@ You are able to set the following settings: - Site extended description You may wish to use the extended description (shown at https://yourmastodon.instance/about/more ) to display content guidelines or a user agreement (see https://mastodon.social/about/more for an example). + +## Confirming Users Manually + +The following rake task: + + RAILS_ENV=production bundle exec rails mastodon:confirm_email USER_EMAIL=alice@alice.com + +Will confirm a user manually, in case they don't have access to their confirmation email for whatever reason. |