Skip to content
Snippets Groups Projects
Commit fe91c08e authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Add pipeline status and coverage status images. Add a bit more of information.

parent 57181a65
No related branches found
No related tags found
1 merge request!1Change internal name of the plugin to match the new repo name;
# purism-username-policy
# Purism's username polivy for wordpress
This is a Wordpress plugin that implements rules for usernames of the liberty platform.
\ No newline at end of file
[![pipeline status](https://source.puri.sm/liberty/ldh_wp_username_policy/badges/master/pipeline.svg)](https://source.puri.sm/liberty/ldh_wp_username_policy/commits/master)
[![coverage report](https://source.puri.sm/liberty/ldh_wp_username_policy/badges/master/coverage.svg)](https://source.puri.sm/liberty/ldh_wp_username_policy/commits/master)
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment