Changeset 2888597
- Timestamp:
- 03/28/2023 04:54:10 PM (3 years ago)
- File:
-
- 1 edited
-
super-custom-login/tags/0.7/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-custom-login/tags/0.7/readme.txt
r995680 r2888597 51 51 = 0.1 = 52 52 * Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012. 53 === Super Custom Login ===54 Contributors: Obadiah55 Donate link: http://middleearmedia.com/labs/plugins/super-custom-login/56 Tags: admin, branding, custom login, customized login screen, custom page, customization, error, login, login error, login page, login screen, logo, middle ear media, obadiah, security, super custom login57 Requires at least: 3.158 Tested up to: 3.559 Stable tag: 0.660 License: GPLv2 or later61 License URI: http://www.gnu.org/licenses/gpl-2.0.html62 63 This plugin will customize your login screen. It replaces the default WordPress logo with your own super custom logo.64 65 == Description ==66 67 This plugin will customize your login screen. It replaces the default WordPress logo with your own super custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. Also, it includes a template file for your logo.68 69 Use the included template to ensure your custom logo fits properly. Also, your custom logo should be saved as a tranparent PNG named "login_logo.png", and must be located in your theme's images directory.70 71 Example: YourDomainName.com/wp-content/themes/YourTheme/images/login_logo.png72 73 == Installation ==74 75 1. Uncompress super-custom-login.zip76 2. Open login_logo.psd in Photoshop (or graphic editing program of choice) and customize logo.77 3. Save as transparent PNG named login_logo.png78 4. Upload entire folder (except image files) to the /wp-content/plugins/ directory.79 5. Upload login_logo.png to the /wp-content/themes/YourTheme/images/ directory.80 6. Activate the plugin through the 'Plugins' menu in WordPress.81 82 83 == Changelog ==84 85 = 0.6 =86 * 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.87 88 = 0.5 =89 * 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.90 91 = 0.4 =92 * Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012.93 94 = 0.3 =95 * Corrected the homepage link. It was pointing to the login page instead. 08/13/2012.96 97 = 0.2 =98 * Include a template (PSD) file and example (PNG) for custom logo. 05/03/2012.99 100 = 0.1 =101 * Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012.
Note: See TracChangeset
for help on using the changeset viewer.