[% locale.maketext( 'You have not changed your password in [quant,_1,day,days]. The current security policy requires that you change your password every [quant,_2,day,days] to prevent compromised accounts.', data.days_since_change, data.maxage) -%]
[% END -%]
[%- IF data.msg == 'strength' -%]
[% locale.maketext( 'Your password does not meet the strength requirements. Change it now to avoid compromised accounts.' ) %]
[% END -%]
[% locale.maketext("Change your account password below. Password strength is important in web hosting; we strongly recommend using the Password Generator to create your password. Follow the tips below to keep your password safe.") %]
[% locale.maketext( 'Protect your password:' ) %]
[% locale.maketext("Memorize your password. Do [output,strong,not] write it down.") %]
[% locale.maketext("Do [output,strong,not] share your password. Create a new account instead.") %]
[% locale.maketext("Do [output,strong,not] use one password for multiple accounts.") %]
[% locale.maketext("Do [output,strong,not] provide your password to someone unless you verify that the following are true:") %]
[% locale.maketext("The person needs to know the password.") %]
[% locale.maketext("You have verified the person’s identity.") %]
[% locale.maketext("If possible, do [output,strong,not] log in from public computers.") %]
[% locale.maketext("Change your password frequently.") %]
[% locale.maketext( 'Password tips:' ) %]
[% locale.maketext("Avoid dictionary words.") %]
[% locale.maketext("Avoid familiar information (for example, names or phone numbers).") %]
[% locale.maketext("Use a combination of letters, numbers, and special characters.") %]
[% locale.maketext("Use eight or more characters.") %]