[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New English strings



On 04/03/2011 08:07 PM, Justin B Rye wrote:
> Thomas Goirand wrote:
>> Template: dtc/conf_enforce_adm_encryption
>> Type: boolean
>> Default: true
>> _Description: Enforce DTC admins password encryption?
>                                  ^
> That's an awkwardly high stack of nouns modifying nouns, and you can't
> (normally) put a plural ending in the middle of such a stack.  Below
> it talks about "all admin passwords".  I'm going to assume we're
> talking about multiple admin accounts (per machine) with one password 
> each - that would be:
> 
>   _Description: Encrypt DTC admin passwords?
> 
> If my assumption is wrong this may need to be "... password" or
> perhaps "... password(s)".

I've been silly, you are right. It's corrected. However, there will
always at least be 2 passwords in the database (at least one for the
super-user (root) and one virtual-admin account), so I think it's ok to
drop brackets.

>>  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 looking glass (you will only see the encrypted
>>  version of the password), but you can always use the dtcpasswdm
>>  shell script to create or change a new password.
> 
> "Looking glass" is an old-fashioned word for "mirror" - I think you
> mean "magnifying glass icon".

Right!

In the mean while, I added yet another thing. Here's my new template,
including your corrections:

Template: dtc/conf_enforce_adm_encryption
Type: boolean
Default: true
_Description: Enforce DTC admin password(s) 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 you are encrypting your passwords and you are upgrading
 from a previous version of DTC that didn't support password
 encryption, 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)"

Thomas Goirand (zigo)

P.S: No need to re-attach the templates.pot, I think inline corrections
in the email body is enough.


Reply to: