Skip to content
Snippets Groups Projects

Purism's username policy for wordpress

pipeline status coverage report

This is a Wordpress plugin that implements rules for usernames of the liberty platform. These rules are as follows:

  • Remove all characters after the first "@"
  • Remove all remaining non-alphanumeric characters
  • If username starts with a numeral, prepend an "x"
  • Set all letters to lowercase
  • Other Wordpress logic should apply (e.g. avoid duplicates by adding a number)