=== Secure Password Generator === Plugin Name: Secure Password Generator Plugin URI: https://www.oakcreekdev.com/tools/secure-password-generator/ Description: Adds a secure password generator to your WordPress website. Use shortcode: [secure_pw_gen][/secure_pw_gen] Tags: password generator, security, special characters, strong password, secure password Author: Jeremy Kozan Author URI: https://www.oakcreekdev.com/about-us/team/jeremy-kozan/ Contributors: @oakcreekdev Requires at least: 5.1 Tested up to: 6.1.1 Stable tag: 1.0.1 Version: 1.0.1 Requires PHP: 7.1 Text Domain: ocdpw Domain Path: /languages License: GPL v2 or later Adds a secure password generator to your WordPress website. == Description == Secure Password Generator is a plugin written by Oak Creek Development that allows you to add a secure password generator to your WordPress website. Just place the shortcode: [secure_pw_gen][/secure_pw_gen] on any page. This can be a great way to encourage your users within your organization to start using secure random passwords for everything. It is easy and convenient to keep a pinned tab open on your public or internal website. == Installation == How to install Secure Password Generator = Manual install = 1. Download Secure Password Generator from https://www.oakcreekdev.com/tools/secure-password-generator/ 1. Upload the "secure-password-generator" directory to your '/wp-content/plugins/' directory 1. Activate Secure Password Generator from your Plugins page = Via WordPress = 1. Search for "Secure Password Generator" 1. Click install 1. Activate == Frequently Asked Questions == = Are there any settings? = No, there are currently no settings. Once activated, you can place the shortcode: [secure_pw_gen][/secure_pw_gen] on any page. = Why does the shortcode have opening and closing tags if there is no content in between? = In the future, the plugin will have additional settings and options. Using certain special characters such as "]" within shortcode attributes causes problems, so these will be placed between the opening and closing tags of the shortcode. Using only the bare opening tag with no options will work fine, but it is recommended to use the full shortcode just to be safe and avoid any conflics in future versions. == Changelog == = 1.0.1 (February 26, 2023) = Initial release