Forgot "you" in a sentence, few "s". Then I re-read myself, and did some corrections. So I cut/past again:
_Description: Enforce DTC admin passwords encryption? To enhance security in case of a breach, DTC can encrypt all admin passwords. If passwords are encrypted, you cannot see them by clicking on the magnifying glass icon (you will only see the encrypted version of the password), but you can always use the dtcpasswdm shell script to (re)set a password. If this is the first time password encryption is enforced, or if you are upgrading from a previous version of DTC that didn't support passwords encryption, you may issue the following shell script command to encrypt all existing passwords: . mysql --defaults-file=/etc/mysql/debian.cnf -Ddtc --execute="UPDATE admin SET adm_pass=PASSWORD(adm_pass)" . mysql --defaults-file=/etc/mysql/debian.cnf -Ddtc --execute="UPDATE tik_admins SET tikadm_pass=PASSWORD(tikadm_pass)" Cheers, and thanks for the help, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org