Skip to content

Commit acae9db

Browse files
ashfurrowwxcafe
authored andcommitted
Adds user confirmation rake task (mastodon#1300)
* Adds task to confirm user by email. * Adds documentation for manual confirmation.
1 parent 29f0425 commit acae9db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Running-Mastodon/Administration-guide.md

+8
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ You are able to set the following settings:
3535
- Site extended description
3636

3737
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).
38+
39+
## Confirming Users Manually
40+
41+
The following rake task:
42+
43+
RAILS_ENV=production bundle exec rails mastodon:confirm_email [email protected]
44+
45+
Will confirm a user manually, in case they don't have access to their confirmation email for whatever reason.

0 commit comments

Comments
 (0)