Title: Super Custom Login
Author: Obadiah
Published: <strong>2012 年 10 月 19 日</strong>
Last modified: 2023 年 4 月 2 日

---

搜索插件

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

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/super-custom-login/#description)
 * [评价](https://cn.wordpress.org/plugins/super-custom-login/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/super-custom-login/#installation)
 * [开发进展](https://cn.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/) 2016 年 9 月 3 日

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/)，或通过[RSS](https://plugins.trac.wordpress.org/log/super-custom-login/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/super-custom-login/)。

## 更新日志

#### 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+**
 *  WordPress 版本 ** 3.1 或更高版本 **
 *  已测试的最高版本为 **6.2.9**
 *  语言
 * [English (US)](https://wordpress.org/plugins/super-custom-login/)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[branding](https://cn.wordpress.org/plugins/tags/branding/)
   [custom login](https://cn.wordpress.org/plugins/tags/custom-login/)[custom logo](https://cn.wordpress.org/plugins/tags/custom-logo/)
   [customized login screen](https://cn.wordpress.org/plugins/tags/customized-login-screen/)
 *  [高级视图](https://cn.wordpress.org/plugins/super-custom-login/advanced/)

## 评级

 5 星（最高 5 星）。

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

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

[查看全部评论](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/)