- added config var `use_password_hash`
- added config var `password_hash_algo`
- added config var `password_hash_options`
- added `verify_password()`
- changed `login()` (changed pass check with new the function, added a little skip for pass recreation if password_hash is active)
- changed `hash_password()`
- added `sql/Aauth_v2_BCrypt.sql` with a working password if BCrypt is active
Duplicate Keys have been removed. Group and Permission (and other) fields
have been changed to varchar. Definition column added to aauth_groups table.
Boolean fields changed to tinyint(1).
Removed duplicate keys that were causing MySQL to throw warnings. These
keys were exactly the same as the primary key and were superfluous.
Also edited the grammer in the sql/readme.txt
modified: sql/Aauth_v2.sql
modified: sql/readme.txt