* Marcel Korpel <[email protected]> (Mon, 17 Aug 2015 00:54:54
+0200):
> +<script>
> +var verify_field = document.getElementById('id_email_verify');
> +verify_field.addEventListener('paste', function (e) {
> +     e.preventDefault();
> +}, false);
> +</script>

Note that this (ugly) hack currently does not work in Firefox, it
allows copy-pasting anyway, making this verification completely useless.

Reply via email to