thebrandonallen / edit-author-slug

WordPress plugin that allows an admin (or capable user) to edit the author slug of a user, and change the author base. New development takes place on the 'develop' branch.
http://wordpress.org/plugins/edit-author-slug/
GNU General Public License v2.0
41 stars 8 forks source link

Add a hashed author slug #18

Closed thebrandonallen closed 6 years ago

thebrandonallen commented 6 years ago

Adds a hash as an option for author slugs. The hash is based on the user id, the username, and the user email address. This should be sufficient in creating a unique string every time.

Fixes #17