?
avatar sshcli
sshcli
14 Oct 2016

Steps to reproduce the issue

example.com/component/users/?view=registration

Expected result

Copy & Paste shouldn't be allowed in the "Confirm email Address" field

Actual result

When use Copy & Paste, a typo in the "Email Address" is also made in "Confirm email Address" field.

System information (as much as possible)

Joomla 3.6.2
PHP 7.0.11
MySQL 5.6.33
Apache 2.4.23

Additional comments

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar sshcli sshcli - open - 14 Oct 2016
avatar brianteeman
brianteeman - comment - 14 Oct 2016

I disagree with this idea. Although to be honest I think the days of asking
people to confirm their email address is nearly over. I use a library on
some site that checks for common typos and silently corrects them.

avatar zero-24
zero-24 - comment - 14 Oct 2016

Hmm how you disallow c&p or do you mean auto completion?

avatar brianteeman
brianteeman - comment - 14 Oct 2016

It can be done with some JavaScript which only allows one character at a
time and you could probably also disable the common paste keystrokes.

Still a crazy idea!

avatar sshcli
sshcli - comment - 14 Oct 2016

I am just saying,
A 27% of my visitors attempting to create an account couldn't make it, just because a typo in the email.

We need a solution to reduce that 27% to <5%

Not necessary to block Copy & Paste, could be something else.

avatar brianteeman
brianteeman - comment - 14 Oct 2016

Wow that's a crazy %

I use this https://github.com/mailcheck/mailcheck and its only correcting
<5% last time I looked

avatar mbabker
mbabker - comment - 14 Oct 2016

Some of that could possibly be helped if we were doing simple client side validations before submitting to the server (i.e. if the typo results in an improperly formatted email address; and if we are, cool, I don't run sites with user registration so it's not an area I've paid attention to).

I doubt we could do much to deal with typos like if I missed the . in one of my michael.babker@ addresses.

avatar sshcli
sshcli - comment - 14 Oct 2016

Wow that's a crazy %

It's no crazy % for a mobile friendly website where most of traffic comes from mobile devices.
The fact is that mobile is taking the lead on the industry, it's already above desktop in some places and websites.
Which means, typo are more frequent on mobile devices than desktop due to the use of big finger in a small screen.

avatar brianteeman
brianteeman - comment - 14 Oct 2016

I doubt copy paste prevention will have much effect on a mobile device as
its almost harder to copy paste than it is to mistype.

avatar gaelicwinter
gaelicwinter - comment - 14 Oct 2016

I've encountered this in other projects and its one of those six of one vs
half a dozen of the other problems. The best answer I've seen is this:

http://ux.stackexchange.com/questions/21062/preventing-a-user-from-pasting-from-the-clipboard-into-a-mandatory-form-field

Basically stating that rather than use a confirmation field and then deny
c&p, just avoid the problem by confirming the email address as the last
step of registration or checkout, as in "To confirm, we will send an email
to someone@somplace.com". Think outside the box :-)

On Fri, Oct 14, 2016 at 9:01 AM, Brian Teeman notifications@github.com
wrote:

I doubt copy paste prevention will have much effect on a mobile device as
its almost harder to copy paste than it is to mistype.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12416 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGNWuv0PeEwnJk7yJTAw5wP5zTb1lT8gks5qz6dKgaJpZM4KXIdr
.

avatar sshcli
sshcli - comment - 14 Oct 2016

It sounds good.

@devs
If you feel this is a risky change, then add the feature as an option in the backend (Not default).

avatar brianteeman
brianteeman - comment - 14 Oct 2016

I am closing this. It's really not something for the core. There may be extensions that will help (I don't know,) but as i said above its unlikely to resolve your specific issue.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12416.

avatar brianteeman brianteeman - close - 14 Oct 2016
avatar brianteeman brianteeman - change - 14 Oct 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-10-14 21:55:00
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment