Added --conffile option to ADMIN_bcrypt_convert.pl script

Added new Spanish(es) ALL translation file, v004
Updated encrypted passwords doc

git-svn-id: svn://192.168.202.10@2234 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-12-31 15:16:47 +00:00
parent ee9b7f3772
commit 6805a2b138
3 changed files with 7186 additions and 4 deletions
+12 -1
View File
@@ -1,4 +1,4 @@
ENCRYPTED PASSWORDS DOC Started: 2013-07-09 Updated: 2013-07-09
ENCRYPTED PASSWORDS DOC Started: 2013-07-09 Updated: 2014-12-31
NOTE: THIS FEATURE IS OPTIONAL, AND SHOULD ONLY BE ACTIVATED AFTER YOUR SYSTEM
@@ -61,3 +61,14 @@ hash that checks against the vicidial_users table password hash if Password
Encryption is enabled on your system.
NOTES: Enabling Password Encryption will force case-sensitive passwords
To test the password encryption, or to generate a pass hash manually, just go to
your web server and run this command on the bp.pl script:
/srv/www/htdocs/agc/bp.pl --pass=test
You can also use the above command to generate a new password hash if you have
forgotten your password and update the database with the new value manually:
UPDATE vicidial_users set pass_hash='kfYvywV959fn09rSZML70wHjjxsaYjm' where user='123';