1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Web site registrations

Discussion in 'General Internet' started by gifropan, 2009/04/29.

  1. 2009/04/29
    gifropan

    gifropan Inactive Thread Starter

    Joined:
    2009/04/28
    Messages:
    3
    Likes Received:
    0
    When registering on various shopping sites etc you are often asked to re-enter your email or password information. What is the purpose of this.
     
  2. 2009/04/29
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    When logging into a site, it creates and or updates Cookies. The sites can track which registered members visit the site and how often. They can probably also track the type of items you look at.

    Example-> In the upper right hand corner of the screen here I see-> You last visited: 29th April 2009 at 05:26
     

  3. to hide this advert.

  4. 2009/04/29
    gifropan

    gifropan Inactive Thread Starter

    Joined:
    2009/04/28
    Messages:
    3
    Likes Received:
    0
    What I mean is when you register to open a new online account etc you are required to enter your email or passowrd twice
     
  5. 2009/04/29
    sergeantash

    sergeantash Inactive

    Joined:
    2009/04/28
    Messages:
    25
    Likes Received:
    0
    I think Steve has misunderstood your question, which relates to when you're first registering for an account on a website, as opposed to logging in each time.

    The purpose of a website registration prompting you to enter your email address or password twice is so as to avoid you mistyping it to the first time when first registering, therefore avoiding not getting your 'activation email' that is sent to confirm your account.

    By requesting that the user enters their details twice, the form validation confirms that the contents of the two boxes match, therefore helping to ensure that the details captured are accurate.

    I hope that makes sense.
     
  6. 2009/04/29
    gifropan

    gifropan Inactive Thread Starter

    Joined:
    2009/04/28
    Messages:
    3
    Likes Received:
    0
    What I always do is copy the contents of the first text field and paste it into the other. If I have any spelling mistakes it will be transferred anyway.
     
  7. 2009/04/29
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    Then don't do the copy/paste:) Course it works if you remember excatly what you've typed.

    Some sites won't let you copy paste to avoid getting tons of emails asking: "Why can't I log in? "
     
  8. 2009/04/29
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Such a form on a site can use code that prevents copy+paste in the address & password fields, and that's how it should be for accuracy and security reasons.
     
  9. 2009/04/29
    sergeantash

    sergeantash Inactive

    Joined:
    2009/04/28
    Messages:
    25
    Likes Received:
    0
    And for anyone interested, or wondering HOW to prevent a Paste on a text field, here's an example...

    <input name= "input_email" type= "text" id= "input_email" onpaste= "event.returnValue=false;" />

    Hope this helps!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.