Skip to content

sachinkiranti/wp-password-hash-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin simply generates the wordpress hash password and user password update sql query.

The plugin is available in wordpress.org. You can check it out.

Installation

Download the zip file of the repository or clone the repository in your wp-content/plugins

  1. Download the zip file

    As traditionally upload the plugin to your wordpress site and activate 😃 .

    Download zip
  2. Clone the repository

    git clone [email protected]:sachinkiranti/wp-password-hash-generator.git
    

    Activate it!

Usage

Add the shortcode to wordpress POST/PAGE or anywhere you want to :

[wp-password-hash-generator password="Password" hash="Hash" sql="SQL Query" compatibility="Compatibility" compatibilityValue="Wordpress v3.x, v4.x, v5.x and new versions" ]

The Output of the above shortcode :

UI of the plugin

License

The Plugin is open-sourced software licensed under the GNU license.

I would love if you could email me and tell me about your project and how this code was used 😃