diff options
author | Mark Felder <feld@feld.me> | 2021-02-04 16:14:37 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-04 16:14:37 -0600 |
commit | 2a863987bc41c5fed26f430f47548a1cf49030ed (patch) | |
tree | 95c88fb81498959f3631616229bdd539a3f1c0bd | |
parent | e945ccc91bbc7c3479e842feb276c5efff30eed2 (diff) | |
download | pleroma-2a863987bc41c5fed26f430f47548a1cf49030ed.tar.gz |
Added: New user registration mail
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbdb3f4e..c1e490c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to set ActivityPub aliases for follower migration. - Configurable background job limits for RichMedia (link previews) and MediaProxyWarmingPolicy - Ability to define custom HTTP headers per each frontend +- New users will receive a simple email confirming their registration if no other emails will be dispatched. (e.g., Welcome, Confirmation, or Approval Required) <details> <summary>API Changes</summary> |