Plugin Directory

Changeset 2891968


Ignore:
Timestamp:
04/01/2023 08:02:25 PM (3 years ago)
Author:
Obadiah
Message:

Update readme.txt to version 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-custom-login/trunk/readme.txt

    r2888598 r2891968  
    22Contributors: Obadiah
    33Donate 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
     4Tags: admin, branding, custom login, customized login screen, custom logo, custom login logo, login logo, custom page, customization, login, login error, login page, login screen, logo, middle ear media, obadiah, security, super custom login
    55Requires at least: 3.1
    6 Tested up to: 6.1.1
    7 Stable tag: 0.8
     6Tested up to: 6.2
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 This plugin offers a range of 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. Additionally, the plugin improves login security by removing error messages upon failed login attempts. The plugin also provides a template file to ensure proper logo formatting.
     15This 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. Additionally, the plugin improves login security by removing error messages upon failed login attempts. The plugin also provides a template file to ensure proper logo formatting.
    1616
    17 To utilize the custom logo feature, users should save their logo as a transparent PNG named "login_logo.png", and save it to the images directory within their theme. The included template file can be used to ensure proper sizing and placement of the custom logo.
    18 
    19 Example: YourDomainName.com/wp-content/themes/YourTheme/images/login_logo.png
     17To 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".
    2018
    2119== Installation ==
    2220
    23 1. Uncompress super-custom-login.zip
    24 2. Open login_logo.psd in 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.
     21Installation from within WordPress
     22- Visit Plugins > Add New.
     23- Search for Super Custom Login.
     24- Install and activate the Super Custom Login plugin.
    2925
     26Manual installation
     27- Upload the entire super-custom-login folder to the /wp-content/plugins/ directory.
     28- Visit Plugins.
     29- Activate the Super Custom Login plugin.
     30- After activation
     31- Visit the new Settings > Super Custom Login menu.
     32- Enter URL, width and height of login page logo.
    3033
    3134== Changelog ==
     35
     36= 1.0 =
     37* Updated the plugin description. 04/01/2023
     38* Added code to abort if the plugin file is called directly, as a security measure.  04/01/2023
     39* Added custom settings page to WordPress Dashboard under the Settings submenu. 04/01/2023
     40* Add a link to the settings page in the plugin list. 04/01/2023
     41* 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
     42* Register the settings and sanitize the inputs for security. 04/01/2023
     43* Replace the login logo with the custom logo. Pass the default width 328 and height 84. 04/01/2023
     44* Adjust the CSS styles to use the custom logo url, width, and height.
     45* Set max-width to 100% to prevent logo and login form from being cutoff. 04/01/2023
     46* Adjust the CSS styles to center the logo, login form, and links. 04/01/2023
     47* Change the URL that the logo links to. 04/01/2023
     48* Change the title attribute for the logo link. 04/01/2023
     49* Filter the login error messages to return a null value. 04/01/2023
     50* Update readme file. 04/01/2023
     51
    3252
    3353= 0.8 =
Note: See TracChangeset for help on using the changeset viewer.