webpage login

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Brearley

    webpage login

    I'm looking for something (preferably free) that will allow me to have users
    login using a username and password. I'd like to store the password
    encrypted (if possible) in an access database and have a web based admin
    utility and password reminder (e-mail sent to user) option in case a user
    forgot their password.

    I've seen packages selling for nearly $30, but for a non-profit organiztion,
    every penny saved counts.

    --
    Posted 'as is'. If there are any spelling and/or grammar mistakes, they
    were a direct result of my fingers and brain not being synchronized or my
    lack of caffeine.

    Mike Brearley


  • Curt_C [MVP]

    #2
    Re: webpage login

    really wouldn't be tough to write yourself, might want to look at that first
    and save the money.

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in message
    news:uSU5yNOPEH A.628@TK2MSFTNG P11.phx.gbl...[color=blue]
    > I'm looking for something (preferably free) that will allow me to have[/color]
    users[color=blue]
    > login using a username and password. I'd like to store the password
    > encrypted (if possible) in an access database and have a web based admin
    > utility and password reminder (e-mail sent to user) option in case a user
    > forgot their password.
    >
    > I've seen packages selling for nearly $30, but for a non-profit[/color]
    organiztion,[color=blue]
    > every penny saved counts.
    >
    > --
    > Posted 'as is'. If there are any spelling and/or grammar mistakes, they
    > were a direct result of my fingers and brain not being synchronized or my
    > lack of caffeine.
    >
    > Mike Brearley
    >
    >[/color]


    Comment

    • Andreas.Bretl

      #3
      Re: webpage login

      I would also suggest to do it on your own.
      You can find several free algorythms for encryption/decryption with or
      without using keys.

      I like the Blowfish-Algorythm very much but thats just my opinion.

      Anyway, I would also suggest to store the logIn in a session and detect for
      it in critical situations.
      If there is no valid session-entry, throw the guys out or transfer to the
      login again.

      Seize the Day

      Andreas Bretl
      bretl@brainlab. com


      Comment

      • Aaron Bertrand - MVP

        #4
        Re: webpage login

        > I'm looking for something (preferably free) that will allow me to have
        users[color=blue]
        > login using a username and password. I'd like to store the password
        > encrypted (if possible) in an access database and have a web based admin
        > utility and password reminder (e-mail sent to user) option in case a user
        > forgot their password.[/color]

        Encrypted and encoded are very different things. I think you meant encoded.
        Encryption worth doing is not very easy to simply reverse engineer during a
        password reminder. ;-)

        In any case, here's a start (though it doesn't use a database; I should
        re-write the article to provide a lot more flexibility).



        A


        Comment

        • Mike Brearley

          #5
          Re: webpage login

          I need something to go by though. I can do the login part with no problem,
          but how do I create a page that would show all users listed in the database
          giving the option to disable/delete/modify the user?

          --
          Posted 'as is'. If there are any spelling and/or grammar mistakes, they
          were a direct result of my fingers and brain not being synchronized or my
          lack of caffeine.

          Mike Brearley

          "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
          news:%23gDBoTOP EHA.2132@TK2MSF TNGP11.phx.gbl. ..[color=blue]
          > really wouldn't be tough to write yourself, might want to look at that[/color]
          first[color=blue]
          > and save the money.
          >
          > --
          > Curt Christianson
          > Owner/Lead Developer, DF-Software
          > Site: http://www.Darkfalz.com
          > Blog: http://blog.Darkfalz.com
          >
          >
          > "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in message
          > news:uSU5yNOPEH A.628@TK2MSFTNG P11.phx.gbl...[color=green]
          > > I'm looking for something (preferably free) that will allow me to have[/color]
          > users[color=green]
          > > login using a username and password. I'd like to store the password
          > > encrypted (if possible) in an access database and have a web based admin
          > > utility and password reminder (e-mail sent to user) option in case a[/color][/color]
          user[color=blue][color=green]
          > > forgot their password.
          > >
          > > I've seen packages selling for nearly $30, but for a non-profit[/color]
          > organiztion,[color=green]
          > > every penny saved counts.
          > >
          > > --
          > > Posted 'as is'. If there are any spelling and/or grammar mistakes, they
          > > were a direct result of my fingers and brain not being synchronized or[/color][/color]
          my[color=blue][color=green]
          > > lack of caffeine.
          > >
          > > Mike Brearley
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Curt_C [MVP]

            #6
            Re: webpage login

            a simple DO WHILE or FOR EACH loop.
            Use an RS to get the records, writing each to the screen (a simulated
            datagrid type interface) with a Modify & Delete button next to each, posting
            to a new page while passing in the unique ID of the user. Also a button at
            the bottom/top with "Add New", again calling a new page. Pretty basic
            list/update/add functionality.

            --
            Curt Christianson
            Owner/Lead Developer, DF-Software
            Site: http://www.Darkfalz.com
            Blog: http://blog.Darkfalz.com


            "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in message
            news:%23PXy2RPP EHA.904@TK2MSFT NGP12.phx.gbl.. .[color=blue]
            > I need something to go by though. I can do the login part with no[/color]
            problem,[color=blue]
            > but how do I create a page that would show all users listed in the[/color]
            database[color=blue]
            > giving the option to disable/delete/modify the user?
            >
            > --
            > Posted 'as is'. If there are any spelling and/or grammar mistakes, they
            > were a direct result of my fingers and brain not being synchronized or my
            > lack of caffeine.
            >
            > Mike Brearley
            >
            > "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
            > news:%23gDBoTOP EHA.2132@TK2MSF TNGP11.phx.gbl. ..[color=green]
            > > really wouldn't be tough to write yourself, might want to look at that[/color]
            > first[color=green]
            > > and save the money.
            > >
            > > --
            > > Curt Christianson
            > > Owner/Lead Developer, DF-Software
            > > Site: http://www.Darkfalz.com
            > > Blog: http://blog.Darkfalz.com
            > >
            > >
            > > "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in[/color][/color]
            message[color=blue][color=green]
            > > news:uSU5yNOPEH A.628@TK2MSFTNG P11.phx.gbl...[color=darkred]
            > > > I'm looking for something (preferably free) that will allow me to have[/color]
            > > users[color=darkred]
            > > > login using a username and password. I'd like to store the password
            > > > encrypted (if possible) in an access database and have a web based[/color][/color][/color]
            admin[color=blue][color=green][color=darkred]
            > > > utility and password reminder (e-mail sent to user) option in case a[/color][/color]
            > user[color=green][color=darkred]
            > > > forgot their password.
            > > >
            > > > I've seen packages selling for nearly $30, but for a non-profit[/color]
            > > organiztion,[color=darkred]
            > > > every penny saved counts.
            > > >
            > > > --
            > > > Posted 'as is'. If there are any spelling and/or grammar mistakes,[/color][/color][/color]
            they[color=blue][color=green][color=darkred]
            > > > were a direct result of my fingers and brain not being synchronized or[/color][/color]
            > my[color=green][color=darkred]
            > > > lack of caffeine.
            > > >
            > > > Mike Brearley
            > > >
            > > >[/color]
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Mike Brearley

              #7
              Re: webpage login

              Pretty basic when you know what you're doing, but not for a newbie. I'll
              research what you suggested, just wish it could be made easier with a simple
              bit of the 'pretty basic' code.

              Thanks for the info.

              --
              Posted 'as is'. If there are any spelling and/or grammar mistakes, they
              were a direct result of my fingers and brain not being synchronized or my
              lack of caffeine.

              Mike Brearley

              "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
              news:OcI26lQPEH A.1388@TK2MSFTN GP09.phx.gbl...[color=blue]
              > a simple DO WHILE or FOR EACH loop.
              > Use an RS to get the records, writing each to the screen (a simulated
              > datagrid type interface) with a Modify & Delete button next to each,[/color]
              posting[color=blue]
              > to a new page while passing in the unique ID of the user. Also a button at
              > the bottom/top with "Add New", again calling a new page. Pretty basic
              > list/update/add functionality.
              >
              > --
              > Curt Christianson
              > Owner/Lead Developer, DF-Software
              > Site: http://www.Darkfalz.com
              > Blog: http://blog.Darkfalz.com
              >
              >
              > "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in message
              > news:%23PXy2RPP EHA.904@TK2MSFT NGP12.phx.gbl.. .[color=green]
              > > I need something to go by though. I can do the login part with no[/color]
              > problem,[color=green]
              > > but how do I create a page that would show all users listed in the[/color]
              > database[color=green]
              > > giving the option to disable/delete/modify the user?
              > >
              > > --
              > > Posted 'as is'. If there are any spelling and/or grammar mistakes, they
              > > were a direct result of my fingers and brain not being synchronized or[/color][/color]
              my[color=blue][color=green]
              > > lack of caffeine.
              > >
              > > Mike Brearley
              > >
              > > "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
              > > news:%23gDBoTOP EHA.2132@TK2MSF TNGP11.phx.gbl. ..[color=darkred]
              > > > really wouldn't be tough to write yourself, might want to look at that[/color]
              > > first[color=darkred]
              > > > and save the money.
              > > >
              > > > --
              > > > Curt Christianson
              > > > Owner/Lead Developer, DF-Software
              > > > Site: http://www.Darkfalz.com
              > > > Blog: http://blog.Darkfalz.com
              > > >
              > > >
              > > > "Mike Brearley" <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote in[/color][/color]
              > message[color=green][color=darkred]
              > > > news:uSU5yNOPEH A.628@TK2MSFTNG P11.phx.gbl...
              > > > > I'm looking for something (preferably free) that will allow me to[/color][/color][/color]
              have[color=blue][color=green][color=darkred]
              > > > users
              > > > > login using a username and password. I'd like to store the password
              > > > > encrypted (if possible) in an access database and have a web based[/color][/color]
              > admin[color=green][color=darkred]
              > > > > utility and password reminder (e-mail sent to user) option in case a[/color]
              > > user[color=darkred]
              > > > > forgot their password.
              > > > >
              > > > > I've seen packages selling for nearly $30, but for a non-profit
              > > > organiztion,
              > > > > every penny saved counts.
              > > > >
              > > > > --
              > > > > Posted 'as is'. If there are any spelling and/or grammar mistakes,[/color][/color]
              > they[color=green][color=darkred]
              > > > > were a direct result of my fingers and brain not being synchronized[/color][/color][/color]
              or[color=blue][color=green]
              > > my[color=darkred]
              > > > > lack of caffeine.
              > > > >
              > > > > Mike Brearley
              > > > >
              > > > >
              > > >
              > > >[/color]
              > >
              > >[/color]
              >
              >[/color]


              Comment

              • Roland Hall

                #8
                Re: webpage login

                "Mike Brearley" wrote in message
                news:uSU5yNOPEH A.628@TK2MSFTNG P11.phx.gbl...
                : I'm looking for something (preferably free) that will allow me to have
                users
                : login using a username and password. I'd like to store the password
                : encrypted (if possible) in an access database and have a web based admin
                : utility and password reminder (e-mail sent to user) option in case a user
                : forgot their password.
                :
                : I've seen packages selling for nearly $30, but for a non-profit
                organiztion,
                : every penny saved counts.

                Hi Mike...

                How much is your time worth? Even at minimum wage, you'd probably spend
                more than $30 to write it yourself. BTW, since nobody has covered it yet,
                you should review SQL injection attacks.

                eSports News, Results, upcoming Matches & live Matches. Learn tricks and guides in the esports space. ✅ We cover CS:GO, Dota 2, LOL, Overwatch & PUBG. 


                --
                Roland Hall
                /* This information is distributed in the hope that it will be useful, but
                without any warranty; without even the implied warranty of merchantability
                or fitness for a particular purpose. */
                Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
                WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
                MSDN Library - http://msdn.microsoft.com/library/default.asp


                Comment

                • Jeff Cochran

                  #9
                  Re: webpage login

                  On Tue, 18 May 2004 16:33:56 -0400, "Mike Brearley"
                  <mike_brearleyD ONTDOIT@NOSPAMh otmail.com> wrote:
                  [color=blue]
                  >Pretty basic when you know what you're doing, but not for a newbie. I'll
                  >research what you suggested, just wish it could be made easier with a simple
                  >bit of the 'pretty basic' code.[/color]

                  Lots of examples of the parts of this are around. Much of the code
                  you're looking for is here:



                  Jeff

                  Comment

                  Working...