Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Email verification

Email verification

Scheduled Pinned Locked Moved ASP.NET
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    isaii
    wrote on last edited by
    #1

    Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will be successful once he/she made a verification using the email she/he indicated. Thanks in advance.

    J 1 Reply Last reply
    0
    • I isaii

      Hi, Just want to ask a little tutorial on how I will goin to verify the email address of a user indicated in my registration form. Let say if he/she put an email address then once submitted, a verification email will sent to the email address she/he inputted. Registration will be successful once he/she made a verification using the email she/he indicated. Thanks in advance.

      J Offline
      J Offline
      just3ala2
      wrote on last edited by
      #2

      u need to define a flag (boolean) variable, let's call "Verified" in the users table and give it the value of 0 if the user isn't verified and 1 if he/she is verified in ur form u send the Verified value = 0 and then u send the email to the user, the email should include a link to activate the accoun, u can send something in the query string to activate the account if u have other questions or u need some code snippests don't hesitate to ask again ;) ok man?

      Best Regards 3ala2 :)

      I 1 Reply Last reply
      0
      • J just3ala2

        u need to define a flag (boolean) variable, let's call "Verified" in the users table and give it the value of 0 if the user isn't verified and 1 if he/she is verified in ur form u send the Verified value = 0 and then u send the email to the user, the email should include a link to activate the accoun, u can send something in the query string to activate the account if u have other questions or u need some code snippests don't hesitate to ask again ;) ok man?

        Best Regards 3ala2 :)

        I Offline
        I Offline
        isaii
        wrote on last edited by
        #3

        hi.. thank you so much for your reply. Yes,I think it will be best if you can share a code sample on this for my reference. Thanks in advance again

        I 1 Reply Last reply
        0
        • I isaii

          hi.. thank you so much for your reply. Yes,I think it will be best if you can share a code sample on this for my reference. Thanks in advance again

          I Offline
          I Offline
          isaii
          wrote on last edited by
          #4

          Hi, Can anybody give me a sample code on this one. Thanks in adavnce.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups