Skip to content

Allow underscores/dashes in usernames.

href requested to merge href/pleroma:username-underscores into develop

Fixes #429 (closed). This adds a new boolean setting, extended_nickname_format.

I chose not to use a configurable regex because in some cases the formatter regex needs to be changed too; but that's up for discussion I've still got the code around.

Should I allow for dashes too? WriteFreely uses them and latest Mastodon allows them. done

Edited by href

Merge request reports