Title: SF Author Url Control
Author: Grégory Viguier
Published: <strong>April 16, 2012</strong>
Last modified: April 3, 2016

---

Search plugins

![](https://ps.w.org/sf-author-url-control/assets/banner-772x250.jpg?rev=531871)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/sf-author-url-control/assets/icon-128x128.png?rev=970826)

# SF Author Url Control

 By [Grégory Viguier](https://profiles.wordpress.org/greglone/)

[Download](https://downloads.wordpress.org/plugin/sf-author-url-control.zip)

 * [Details](https://wordpress.org/plugins/sf-author-url-control/#description)
 * [Reviews](https://wordpress.org/plugins/sf-author-url-control/#reviews)
 *  [Installation](https://wordpress.org/plugins/sf-author-url-control/#installation)
 * [Development](https://wordpress.org/plugins/sf-author-url-control/#developers)

 [Support](https://wordpress.org/support/plugin/sf-author-url-control/)

## Description

With this plugin, administrators can change the default author base in the registered
users profile url, and the author slug of each user.
 Changing an author slug is
a good thing for security (if your login is “This Is Me”, your slug will be “this-
is-me”, a bit easy to guess). The plugin adds 2 fields for this purpose, one in 
permalinks settings, the other in a user profile.

 * Default: _example.com/author\_base/author\_nicename/_
 * Customized: _example.com/jedi/obiwan/_

#### How to edit the slugs

 * Go to _Settings_ > _Permalinks_ to edit the author base: “author” => “jedi”
 * Go to _Users_ > _“Any user profile”_ to edit the user slug: “agent-smith” => “
   obiwan”

#### Translations

 * English
 * French
 * German by [Carny88](https://wordpress.org/support/profile/carny88)
 * Spanish by [Oliver](https://wordpress.org/support/profile/oliverbar)

#### Multisite

 * The plugin is ready for Multisite.

## Screenshots

[⌊The permalinks settings page⌉⌊The permalinks settings page⌉[

The permalinks settings page

[⌊The user edit page⌉⌊The user edit page⌉[

The user edit page

## Installation

 1. Extract the plugin folder from the downloaded ZIP file.
 2. Upload sf-author-url-control folder to your _“/wp-content/plugins/”_ directory.
 3. Activate the plugin from the “Plugins” page.
 4. Go to _Settings_ > _Permalinks_ to edit the author base.
 5. Go to _Users_ > _Any user edit page_ to edit the user slug (nicename).

## FAQ

  Why the fields don’t display?

You probably don’t have the edit_users capability (for user slug) and _manage\_options_
capability (for author base).

Eventually, check out [my blog](https://www.screenfeed.fr/sfauc/) for more infos
or tips (sorry guys, it’s in french, but feel free to leave a comment in english).

  Will I keep the customized links if I uninstall the plugin?

Not exactly. The author base won’t be customized anymore, but each user will keep
his customized author slug.
 To retrieve the initial author slugs, empty the field
on each user edit page (only the customized ones of course).

## Reviews

![](https://secure.gravatar.com/avatar/194911061a95559491269bf8515c7c6dacbb459a6f09ca55906959cd735968d3?
s=60&d=retro&r=g)

### 󠀁[Great observation to this failure WP. I did video about this plugin this week.](https://wordpress.org/support/topic/great-observation-to-this-failure-wp-i-did-video-about-this-plugin-this-week/)󠁿

 [Joan Morci](https://profiles.wordpress.org/joanmor/) September 23, 2016

Great work to make this plugin simple and intuitive way. I did an article written
about this plugin in 2014, but took a time I’m going over old articles and video
making to further facilitate things who don´t understand importance of some plugins.
This plugin does a very important job. And I don´t understand how WordPress standard
doesn´t solve this. The video is in Spanish: – WordPress: security failure Author
URL (solution) https://www.youtube.com/watch?v=H3n8PEvDPu4 Article in Spanish: WordPress:
security failure Author URL (solution) http://joanmorci.com/fallo-seguridad-wordpress-
author/ Greetings from Spain & thanks for this plugin! 🙂

![](https://secure.gravatar.com/avatar/3e988e369d1ab044a94e5395e66452f3bb7bbb3d06d8574a4e9f331a37899b7c?
s=60&d=retro&r=g)

### 󠀁[Excellent !!!](https://wordpress.org/support/topic/excellent-3569/)󠁿

 [Fredo73](https://profiles.wordpress.org/fredo73/) September 3, 2016

Super plugin Pile ce que je cherchais. Associé à “Move Login” et “SX User Name Security”,
c’est nickel !!! Merci

 [ Read all 11 reviews ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/)

## Contributors & Developers

“SF Author Url Control” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Grégory Viguier ](https://profiles.wordpress.org/greglone/)

“SF Author Url Control” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/sf-author-url-control/contributors)
for their contributions.

[Translate “SF Author Url Control” into your language.](https://translate.wordpress.org/projects/wp-plugins/sf-author-url-control)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sf-author-url-control/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sf-author-url-control/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sf-author-url-control/)
by [RSS](https://plugins.trac.wordpress.org/log/sf-author-url-control/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2

 * 2016/04/03
 * Tested with WP 4.5.
 * Numerous small code improvements.
 * Now the link to _SX User Name Security_ displays the plugin infos window instead
   of installing it directly.

#### 1.1.2

 * 2014/03/26
 * If the author base has not been modified, add a link in the profile page to the
   permalinks settings page (administrators only).
 * Added an advice in the permalinks settings page to install the plugin _SX User
   Name Security_, which is a good companion for _SF Author Url Control_.
 * Updated French translation.

#### 1.1.1

 * 2014/03/01
 * Bugfix: the activation message was printed too soon in the page.
 * Small code improvements.

#### 1.1

 * 2013/11/30
 * Lots of code improvements.
 * New filter `sf_auc_user_can_edit_user_slug` to allow other roles/users to edit
   their own profile slug (the editors for example).
 * The tests for the author base should be more accurate (check if the slug already
   exists for something else).
 * Updated the i18n domain for WP 3.7.
 * Added Spanish translation. Thanks Oliver!
 * Updated French translation for the plugin description.

#### 1.0.5

 * 2013/09/21
 * Bugfix: the author base couldn’t be changed in WP 3.7-alpha

#### 1.0.4

 * 2013/09/13
 * Small security fix.

#### 1.0.3

 * 2013/09/12
 * Added German translation. Thanks Carny88!

#### 1.0.2

 * 2013/01/27
 * Bug fix in permalinks page
 * In the user profile page, add a link to the public author page
 * Small code improvements

#### 1.0.1

 * 2012/04/16
 * Minor bug fix

#### 1.0

 * 2012/04/16
 * First public release

## Meta

 *  Version **1.2**
 *  Last updated **10 years ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **4.5.33**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/sf-author-url-control/) and [German](https://de.wordpress.org/plugins/sf-author-url-control/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/sf-author-url-control)
 * Tags
 * [author](https://wordpress.org/plugins/tags/author/)[custom](https://wordpress.org/plugins/tags/custom/)
   [customize](https://wordpress.org/plugins/tags/customize/)[permalink](https://wordpress.org/plugins/tags/permalink/)
   [slug](https://wordpress.org/plugins/tags/slug/)
 *  [Advanced View](https://wordpress.org/plugins/sf-author-url-control/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  11 5-star reviews     ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sf-author-url-control/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sf-author-url-control/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sf-author-url-control/reviews/)

## Contributors

 *   [ Grégory Viguier ](https://profiles.wordpress.org/greglone/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/sf-author-url-control/)