Allow underscores in usernames.

Fixes #429.
This commit is contained in:
href 2018-12-12 18:17:15 +01:00
commit 7d9ddbe689
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
4 changed files with 23 additions and 9 deletions

View file

@ -63,6 +63,8 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
* "masto": Copy verbatim, as in Mastodon.
* "noop": Don't copy the subject.
* `always_show_subject_input`: When set to false, auto-hide the subject field when it's empty.
* `extended_nickname_format`: Set to `true` to use extended local nicknames format (allows underscore). This will break federation with
older software for theses nicknames.
## :fe
This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:instance`` is set to false.