이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

SF Author Url Control

설명

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”

번역

다중사이트

  • The plugin is ready for Multisite.

스크린샷

  • The permalinks settings page
  • The user edit page

설치

  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 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).

후기

2016년 9월 23일
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! 🙂
2016년 9월 3일
Super plugin Pile ce que je cherchais. Associé à "Move Login" et "SX User Name Security", c'est nickel !!! Merci
모든 11 평가 읽기

기여자 & 개발자

“SF Author Url Control”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“SF Author Url Control”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “SF Author Url Control”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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