I just cant seem to disable autocomplete on these two controls, should not be that hard, setting AutoComplete or EnableAutoComplete to false just won't do it.
<cms:PasswordStrength runat="server" ID="txtPass" ShowValidationOnNewLine="true" AllowEmpty="true" AutoComplete="false" />
<cms:EmailInput ID="txtEmail" runat="server" AutoComplete="false"/>