[aur-dev] [PATCH] Let the user verify their email address

Marcel Korpel marcel.korpel at gmail.com
Sun Aug 16 22:58:00 UTC 2015


* Marcel Korpel <marcel.korpel at gmail.com> (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.


More information about the aur-dev mailing list