Changeset 995680
- Timestamp:
- 09/23/2014 08:22:28 PM (12 years ago)
- Location:
- super-custom-login/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
super-custom-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-custom-login/trunk/readme.txt
r657011 r995680 1 === Super Custom Login === 2 Contributors: Obadiah 3 Donate link: http://middleearmedia.com/labs/plugins/super-custom-login/ 4 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 login 5 Requires at least: 3.1 6 Tested up to: 4.0 7 Stable tag: 0.7 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 This plugin will customize your login screen. It replaces the default WordPress logo with your own super custom logo. 12 13 == Description == 14 15 Customize your login screen. Replace the WordPress logo with your custom logo and make it link to your homepage. Enhance security by removing error messages upon failed login attempts. A template file for your logo is included. 16 17 Use the included template to ensure your custom logo fits properly. Your custom logo should be saved as a tranparent PNG named "login_logo.png", and must be located in your theme's images directory. 18 19 Example: YourDomainName.com/wp-content/themes/YourTheme/images/login_logo.png 20 21 == Installation == 22 23 1. Uncompress super-custom-login.zip 24 2. Open login_logo.psd in Photoshop (or graphic editing program of choice) and customize logo. 25 3. Save as transparent PNG named login_logo.png 26 4. Upload entire folder (except image files) to the /wp-content/plugins/ directory. 27 5. Upload login_logo.png to the /wp-content/themes/YourTheme/images/ directory. 28 6. Activate the plugin through the 'Plugins' menu in WordPress. 29 30 31 == Changelog == 32 33 = 0.7 = 34 * Updated banner. Created icon. Updated description. Tested plugin with WordPress 4.0. 09/22/2014. 35 36 = 0.6 = 37 * 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. 38 39 = 0.5 = 40 * 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. 41 42 = 0.4 = 43 * Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012. 44 45 = 0.3 = 46 * Corrected the homepage link. It was pointing to the login page instead. 08/13/2012. 47 48 = 0.2 = 49 * Include a template (PSD) file and example (PNG) for custom logo. 05/03/2012. 50 51 = 0.1 = 52 * Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012. 1 53 === Super Custom Login === 2 54 Contributors: Obadiah -
super-custom-login/trunk/super-custom-login.php
r657011 r995680 3 3 Plugin Name: Super Custom Login 4 4 Plugin URI: http://middleearmedia.com/labs/plugins/super-custom-login/ 5 Description: This plugin customizes your login screen. It replaces the WordPress logo with your custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. And it includes a template file for your logo.6 Version: 0. 65 Description: Customize your login screen. Replace the WordPress logo with your custom logo and make it link to your homepage. Enhance security by removing error messages upon failed login attempts. A template file for your logo is included. 6 Version: 0.7 7 7 License: GPLv2 or later 8 8 Author: Obadiah Metivier
Note: See TracChangeset
for help on using the changeset viewer.