>
Download This Plugin | |
Download Elegant Themes | |
Name | Case-Insensitive Passwords |
Version | 0.0.1 |
Author | Lew Ayotte |
Rating | 20 |
Last updated | 2014-09-04 12:29:00 |
Downloads |
514
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Case-Insensitive Passwords plugin added 0 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Case-Insensitive Passwords plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Case-Insensitive Passwords plugin ads no tables to your Wordpress blog database.The basic premise of my plugin is that it takes the password given to it and forces it to lowercase before hashing it and storing it in the database. When a user logs in, it will take the password input and force it to lowercase, hash it, and compare it to what is stored in the database. This produces the affect of case-insensitivity. The case-insensitivity only works for newly generated passwords, so I built the plugin to check the password submitted without forcing to lowercase, if it fails it will force it to lowercase and check again.