Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of hnla

Verify email before register (12 posts)

Started 1 year, 9 months ago by: guigoz

  • Profile picture of guigoz guigoz said 1 year, 9 months ago:

    Hi,

    I need to add email field in registration page to verify the user’s mail. Without this, if the user make a mistake on his mail, the account is register, but the mail confirmation is send to a bad email adress, and the user won’t come back on the site. Do you know how I can di this ?

    Thanks

  • Profile picture of guigoz guigoz said 1 year, 9 months ago:

    Nobody ?

  • Profile picture of Boone Gorges Boone Gorges said 1 year, 9 months ago:

    Exactly what do you mean by “verify”? How are you going to guarantee that the user gets it right? Just checking that it’s a well-formatted email address?

  • Profile picture of guigoz guigoz said 1 year, 9 months ago:

    I want to check the email enter by the user is good with two email fields. If the second field is different than the first, a warning is display to the user and he can correct his mistake before create an account.

  • Profile picture of Boone Gorges Boone Gorges said 1 year, 9 months ago:

    I don’t know off the top of my head of a good plugin that does this, but I did find some helpful (if wordy) tutorials on writing some jQuery that will make it work: http://theadhamian.wordpress.com/2009/12/01/jquery-validation-part-2-using-jquery-validation-plugin/

  • Profile picture of abcde666 abcde666 said 1 year, 9 months ago:

    this should be a standard-feature at any website after all.
    There are 2 Password-Boxes in BP, and I agree there should be also 2 e-mail-boxes so that the user gets his e-mail-address entered correctly.

    It would be even more important to have 2 “e-mail-boxes” than 2 Password-boxes at the Sign-up page.
    Because the user is anyway able to change his password when he forgets about it.

    But having the user entering his e-mail-address wrong (like having a typo), then this user will never return to the website again.

    Hope to see this implemented in BP.

    http://trac.buddypress.org/ticket/2376

  • Profile picture of gibbyesl gibbyesl said 1 year, 9 months ago:

    Yes I agree a second email field to confirm is pretty standard
    Would be great to see this implemented

  • Profile picture of francescolaffi francescolaffi said 1 year, 8 months ago:

    I did this only using default theme hooks. I just need to find that code and I’ll post it.

  • Profile picture of francescolaffi francescolaffi said 1 year, 8 months ago:

    found it! I published it in a blog post: http://flweb.it/2010/05/add-confirm-email-field-in-buddypress-signup-page/

  • Profile picture of finni3 finni3 said 1 year, 8 months ago:

    Thanks @francescolaffi

  • Profile picture of guigoz guigoz said 1 year, 8 months ago:

    Thanks, it’s great !

  • Profile picture of gibbyesl gibbyesl said 1 year, 8 months ago:

    Thanks