Title: WP Forfatter-identifikator
Author: Konstantin Obenland
Published: <strong>21. februar, 2011</strong>
Last modified: 13. mai, 2026

---

Søk i utvidelser

![](https://ps.w.org/wp-author-slug/assets/banner-772x250.jpg?rev=2814859)

![](https://s.w.org/plugins/geopattern-icon/wp-author-slug_2b292a.svg)

# WP Forfatter-identifikator

 Av [Konstantin Obenland](https://profiles.wordpress.org/obenland/)

[Last ned](https://downloads.wordpress.org/plugin/wp-author-slug.6.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/wp-author-slug/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/wp-author-slug/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/wp-author-slug/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/wp-author-slug/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/wp-author-slug/)

## Beskrivelse

Denne utvidelsen erstatter forfatter-permalenken med en rensket versjon av brukerens
visningsnavn.

This plugin will not prevent hackers from finding out your login name but the login
name won’t be visible
 in the author archive’s URL, which works towards your friendly
URLs with using your display name.

DO NOT use this on a site with more than 1000 registered users, as updating all 
of their nicenames at once might break your site.

## Installasjon

 1. Last ned WP Forfatter-permalenker
 2. Pakk ut zip-filen til mappen `/wp-content/plugins/`.
 3. Aktiver utvidelsen fra menyvalget «Utvidelser» i WordPress.

## Vurderinger

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

### 󠀁[Don’t use if you have a large user database](https://wordpress.org/support/topic/dont-use-if-you-have-a-large-user-database/)󠁿

 [Peter](https://profiles.wordpress.org/petergerard/) 6. juli, 2021 1 svar

This plugin would probably work OK if you have a small number of users (e.g. if 
your site doesn’t allow public login). But if you have a large number of users (
e.g. if you are running ecommerce or allow users to register for other reasons),
this plugin will probably take down your site. The reason is that there are hooks
that run when you activate or delete the plugin. It runs database fetch and update
queries on every user in your database, all in-line on the request (rather than 
background via a cron). So if you have a thousand or more users it attempts to do
a thousand or more database writes when you click Activate or Delete from the plugins
list. This will likely grind your website to a halt. It would be better/useable 
if you could either choose to only apply these scripts to specific user types (e.
g. Author) or if you could run the update in batches in the background.

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

### 󠀁[Does the job](https://wordpress.org/support/topic/does-not-work-anymore-42/)󠁿

 [cool_recep](https://profiles.wordpress.org/cool_recep/) 6. november, 2020 2 svar

Errors are fixed.

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

### 󠀁[Good one!](https://wordpress.org/support/topic/good-one-376/)󠁿

 [Husgrove](https://profiles.wordpress.org/gasparhusgrove/) 23. juni, 2019

Works as expected, recommend.

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

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

 [Knut Sparhell](https://profiles.wordpress.org/knutsp/) 11. august, 2017

Easy way to add some obscurity to login guessing. But please update as it’s over
2 years now.

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

### 󠀁[I was surprised, how easy it was](https://wordpress.org/support/topic/i-was-surprised-how-easy-it-was/)󠁿

 [Terras Design](https://profiles.wordpress.org/1000literfotos/) 3. september, 2016

…works fine. Thank you 🙂

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

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-1951/)󠁿

 [pashaUSA](https://profiles.wordpress.org/pashausa/) 3. september, 2016

This plugin should be part of Wordpress core. It really does help to hide usernames
of Site Users in URL, Which makes hackers to get through the security.

 [ Les alle 21 vurderinger ](https://wordpress.org/support/plugin/wp-author-slug/reviews/)

## Bidragsytere og utviklere

«WP Forfatter-identifikator» er programvare med åpen kildekode. Følgende personer
har bidratt til denne utvidelsen:

Bidragsytere

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

«WP Forfatter-identifikator» har blitt oversatt til 3 språk. Takk til [oversetterne](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug/contributors)
for deres bidrag.

[Oversett «WP Forfatter-identifikator» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/wp-author-slug/),
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/wp-author-slug/), 
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/wp-author-slug/)
med [RSS](https://plugins.trac.wordpress.org/log/wp-author-slug/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 6

 * Escaped donate link output in `plugin_row_meta` to harden against malformed URLs.
 * Tested with WordPress 6.9.

#### 5

 * Added conflict detection for author slugs that match existing page slugs. Props
   @knutsp.
 * Testet med WordPress 6.8.

#### 4

 * Moved clean up to plugin deactivation. This makes sure author slugs are only 
   modified with the plugin active.
 * Updated utility class.
 * Tested with WordPress 6.1.

#### 3

 * Vedlikeholdsutgivelse.
 * Checks if keys and properties exist before using them.
 * Testet med WordPress 5.6.

#### 2

 * Vedlikeholdsutgivelse.
 * Updated code to adhere to WordPress Coding Standards.
 * Tested with WordPress 5.0.

#### 1.3.0

 * Vedlikeholdsutgivelse.
 * Tested with WordPress 4.0.

#### 1.2.2

 * Updated utility class.
 * Tested with WordPress 3.4.1.

#### 1.2.1

 * Updated uninstall.php and activation hook to use WordPress User API instead of
   custom queries.
 * Updated utility class.

#### 1.2

 * Tested for WordPress 3.3.1.

#### 1.1

 * Tested for WordPress 3.1.1.
 * Added complete uninstall routine.
 * Added compatibility for pre-3.1 multisite installs.

#### 1.0

 * Opprinnelig utgivelse.

## Meta

 *  Versjon **6**
 *  Sist oppdatert **2 uker siden**
 *  Aktive installasjoner **2 000+**
 *  WordPress-versjon ** 3.0 eller nyere **
 *  Testet opp til **6.9.4**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/wp-author-slug/), [French (France)](https://fr.wordpress.org/plugins/wp-author-slug/),
   [German](https://de.wordpress.org/plugins/wp-author-slug/) og [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/wp-author-slug/).
 *  [Oversett til ditt språk](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug)
 * Stikkord
 * [author](https://nb.wordpress.org/plugins/tags/author/)[author archive](https://nb.wordpress.org/plugins/tags/author-archive/)
   [security](https://nb.wordpress.org/plugins/tags/security/)[slug](https://nb.wordpress.org/plugins/tags/slug/)
   [url](https://nb.wordpress.org/plugins/tags/url/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/wp-author-slug/advanced/)

## Vurderinger

 4.8 av 5 stjerner.

 *  [  17 5-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=1)

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

[Se alle omtalene](https://wordpress.org/support/plugin/wp-author-slug/reviews/)

## Bidragsytere

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/wp-author-slug/)

## Donér

Vil du støtte videreutviklingen av denne utvidelsen?

 [ Doner til denne utvidelsen ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVPLJZ3VH4GCN)