Title: Super Custom Login
Author: Obadiah
Published: <strong>تشرینی یه‌كه‌م 19, 2012</strong>
Last modified: نیسان 2, 2023

---

گەڕان لە پێوەکراوەکان

![](https://ps.w.org/super-custom-login/assets/banner-772x250.jpg?rev=2893141)

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/super-custom-login/assets/icon-256x256.png?rev=2893144)

# Super Custom Login

 لەلایەن [Obadiah](https://profiles.wordpress.org/obadiah/)

[داگرتن](https://downloads.wordpress.org/plugin/super-custom-login.1.1.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/super-custom-login/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/super-custom-login/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/super-custom-login/#installation)
 * [گەشەپێدان](https://ku.wordpress.org/plugins/super-custom-login/#developers)

 [پشتیوانی](https://wordpress.org/support/plugin/super-custom-login/)

## وەسف

This plugin offers customization options for the WordPress login screen, including
the ability to replace the default WordPress logo with a custom logo that links 
to the user’s homepage. There are custom color settings for all elements on login
page. Additionally, the plugin improves login security by removing error messages
upon failed login attempts.

To utilize the custom logo feature, users should first upload their logo (ideally
as a transparent PNG) to their media library where the URL can by copied. Install
the plugin and go to the settings page. Enter the URL. Enter width and height of
logo, if different from defaults. Click “Save Changes”.

## دامەزراندن

Installation from within WordPress
 – Visit Plugins > Add New. – Search for Super
Custom Login. – Install and activate the Super Custom Login plugin.

Manual installation
 – Upload the entire super-custom-login folder to the /wp-content/
plugins/ directory. – Visit Plugins. – Activate the Super Custom Login plugin. –
After activation – Visit the new Settings > Super Custom Login menu. – Enter URL,
width and height of login page logo. – Enter colors for login page elements

## پێداچوونەوەکان

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

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-2659/)󠁿

 [aberniz](https://profiles.wordpress.org/aberniz/) ئه‌یلول 3, 2016

It is working perfect in all my websites (https a http). It is very simple and light-
weight. The best option.

 [ خوێندنەوەی 1 پێداچوونەوە ](https://wordpress.org/support/plugin/super-custom-login/reviews/)

## بەشداربووان و گەشەپێدەران

“Super Custom Login” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە بەشدارییان
تێدا کردووە.

بەشداربووان

 *   [ Obadiah ](https://profiles.wordpress.org/obadiah/)

[“Super Custom Login” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/super-custom-login)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/super-custom-login/)،
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/super-custom-login/) بکە،
یان بەشداربە لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/super-custom-login/)
لە ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/super-custom-login/?limit=100&mode=stop_on_copy&format=rss).

## ڕووداوتۆمارگەریی گۆڕین

#### 1.1

 * Updated the plugin description. 04/02/2023
 * Add doanation link at top of page. 04/02/2023
 * Add additional Save Changes button at top of page. 04/02/2023
 * Added section headers to separate the Logo, Background, Login Form, Log In Button,
   and Login Errors. 04/02/2023
 * Added reset button at bottom of page to retstore all settings to default. 04/
   02/2023
 * Added Caution warning for reset button. 04/02/2023
 * Update readme file. 04/02/2023

#### 1.0

 * Updated the plugin description. 04/01/2023
 * Added code to abort if the plugin file is called directly, as a security measure.
   04/01/2023
 * Added custom settings page to WordPress Dashboard under the Settings submenu.
   04/01/2023
 * Add a link to the settings page in the plugin list. 04/01/2023
 * Define the settings page with three inputs, one type URL for the URL, two type
   integer for the width and height. Also a Save Changes button. 04/01/2023
 * Register the settings and sanitize the inputs for security. 04/01/2023
 * Replace the login logo with the custom logo. Pass the default width 328 and height
   84. 04/01/2023
 * Adjust the CSS styles to use the custom logo url, width, and height.
 * Set max-width to 100% to prevent logo and login form from being cutoff. 04/01/
   2023
 * Adjust the CSS styles to center the logo, login form, and links. 04/01/2023
 * Change the URL that the logo links to. 04/01/2023
 * Change the title attribute for the logo link. 04/01/2023
 * Filter the login error messages to return a null value. 04/01/2023
 * Update readme file. 04/01/2023

#### 0.8

 * Updated the following code due to fatal errors. 03/28/2023

 1. Updated get_bloginfo() to get_stylesheet_directory_uri(), which is a more secure
    way of getting the directory URI.
 2. Updated get_bloginfo(‘url’) to home_url(), which is a more secure way of getting
    the home URL.
 3. Updated create_function() to __return_null(), which is a more secure way of returning
    a null value.
 4. Changed login_headertitle to login_headertext, which is the correct filter name
    for the login header title.

* Updated the readme file short description and full description to be easier to
read. 03/28/2023
 * Removed reference to specific photo editing software in Installation
instructions in readme file. 03/28/2023

#### 0.7

 * Updated banner. Created icon. Updated description. Tested plugin with WordPress
   4.0. 09/22/2014.

#### 0.6

 * Forced logo image to be 328 pixels wide by 84 pixels high with “width:328px!important;”
   and “height:84px!important;”. Tested plugin with WordPress 3.5. 01/22/2013.

#### 0.5

 * Forced logo image to be 328 pixels wide by 84 pixels high with “background-size:
   328px 84px !important;”. Tested plugin with WordPress 3.5. 01/17/2013.

#### 0.4

 * Modified plugin URI. Added Tags and License information to readme file. Added
   plugin to official WordPress plugin directory. 10/19/2012.

#### 0.3

 * Corrected the homepage link. It was pointing to the login page instead. 08/13/
   2012.

#### 0.2

 * Include a template (PSD) file and example (PNG) for custom logo. 05/03/2012.

#### 0.1

 * Added a custom logo on login screen. Added custom login screen link. Added remove
   error messages on failed log-ins. 05/02/2012.

## مێتا

 *  وەشان **1.1**
 *  دوایین بەڕۆژکردنەوە **3 ساڵ لەمەوبەر**
 *  دامەزراندنی چالاک **100+**
 *  وەشانی وۆردپرێس ** 3.1 یان بەرزتر **
 *  تاقیکراوەتەوە تا **6.2.9**
 *  زمان
 * [English (US)](https://wordpress.org/plugins/super-custom-login/)
 * تاگەکان
 * [admin](https://ku.wordpress.org/plugins/tags/admin/)[branding](https://ku.wordpress.org/plugins/tags/branding/)
   [custom login](https://ku.wordpress.org/plugins/tags/custom-login/)[custom logo](https://ku.wordpress.org/plugins/tags/custom-logo/)
   [customized login screen](https://ku.wordpress.org/plugins/tags/customized-login-screen/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/super-custom-login/advanced/)

## هەڵسەنگاندنەکان

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/super-custom-login/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/super-custom-login/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/super-custom-login/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/super-custom-login/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/super-custom-login/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/super-custom-login/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/super-custom-login/reviews/)

## بەشداربووان

 *   [ Obadiah ](https://profiles.wordpress.org/obadiah/)

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/super-custom-login/)

## ببەخشە

دەتەوێت پشتگیریی بەرەوپێشچوونی ئەم پێوەکراوە بکەیت؟

 [ ببەخشە بەم پێوەکراوە ](http://middleearmedia.com/labs/plugins/super-custom-login/)