summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-12-12 18:17:15 +0100
committerhref <href@random.sh>2018-12-12 18:57:33 +0100
commit7d9ddbe6894a29dd41789ab584b2cd9f0e686c47 (patch)
tree596fd11fd19206a7fa107f34aa286f1401f95420 /config
parent2592b3c81a5af20536c3cc9709e3971d6cfb1e68 (diff)
downloadpleroma-7d9ddbe6894a29dd41789ab584b2cd9f0e686c47.tar.gz
pleroma-7d9ddbe6894a29dd41789ab584b2cd9f0e686c47.zip
Allow underscores in usernames.
Fixes #429.
Diffstat (limited to 'config')
-rw-r--r--config/config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.md b/config/config.md
index dbbfa9194..e8e2cf6f8 100644
--- a/config/config.md
+++ b/config/config.md
@@ -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.