User Registration & Authentication Apps

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default User Registration & Authentication Apps

    Hello,

    Can anyone give me specific advice, code, and articles on how I would create
    the following:

    1. Underlying Code for a User Registration Page that updates a MySQL DB:

    [i[Functionality: Web User creates his (a) USER_ID, (b) PASSWORD and (c)
    enters other PERSONAL_DATA. The USER_ID, PASSWORD, and PERSONAL_DATA are then
    submitted online by a Web User and stored within a database

    2. Login Page:

    [i[Functionality: After entering USER_ID and PASSWORD Web User can view and
    update his PERSONAL_DATA as well as have access to privileged pages on my
    website.

    3. Automated Lost Password Retrieval or Change function:

    [i[Functionality: User can have a forgotten PASSWORD emailed to him.

    Many Thanks

    Blue Spoon

    bluespoon Guest

  2. Similar Questions and Discussions

    1. creating user registration
      Hi I have to create a user registration form, when user submits his form , i am calling a server function, in which i am checking whether login...
    2. Verify if a user exist at registration
      Hello and thanks in advance. I created a login form that sends data to another cfm page . I want to make sure that the username is not already...
    3. Creating User Registration & Authentication Apps
      Hello, Can anyone give me specific advice, code, and articles on how I would create the following: 1. User Registration Page: Web User...
    4. user levels, cell phones, and user registration, plus cookies
      I need to quote a client on the following and need to know how much work is involved, ie hours. The programming may be done in PHP (unless its...
    5. Web enabled apps/Thin client apps
      I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or...
  3. #2

    Default Re: User Registration & Authentication Apps

    If you are using PHP and DW MX2004 you may do that using the native User
    Authentication suite. If you are using DW MX you find an equivalent suite here
    [url]http://www.felixone.it/extensions/mxpren.asp[/url] Felix

    Felix1 Guest

  4. #3

    Default Re: User Registration & Authentication Apps

    Felix1 wrote:
    > If you are using PHP and DW MX2004 you may do that using the native User
    > Authentication suite.
    Unfortunately, the PHP User Authentication in MX 2004 uses deprecated
    PHP code, which will break in PHP 5 (and some versions of PHP 4).
    Details (and solution) here:

    [url]http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8033053165&m=3241024 21&r=324102421#324102421[/url]

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  5. #4

    Default Re: User Registration & Authentication Apps

    You may be right, I have yet no experience with php 5, but I have heard people
    screaming when it comes v.4.2x because of asession's problem. Of course they
    didn't know that php.ini should be set in compatible mode. It is hard to think
    that php enginers have decided to make most php users suicide because they
    would have to remake thousands of scripts, but you'll never know. I believe the
    matter is the register_globals=Off, I always use globals Off and DW's Log In it
    works always fine, perhaps the matter may be something else? I will have soon
    an approach with php 5 and I'm fearing, I don't want to suicide me. DW's code
    is not obsolete, php 5 is just born, by logic would you make a product thet
    only few people can use? Felix

    Felix1 Guest

  6. #5

    Default Re: User Registration & Authentication Apps

    Felix1 wrote:
    > You may be right, I have yet no experience with php 5, but I have heard people
    > screaming when it comes v.4.2x because of asession's problem.
    People who are screaming are childish. The changes that were made to PHP
    in version 4.2.0 increased security greatly, and involved very little
    recoding. Register_globals has been off by default for three years now
    (since April 2002).
    > DW's code
    > is not obsolete, php 5 is just born, by logic would you make a product thet
    > only few people can use?
    DW's code *is* obsolete (at least with regard to this particular server
    behavior). I have done a lot of testing, and have been in direct contact
    with Macromedia technicians over this issue. They were very embarrassed
    when I brought the problem to their attention. It wasn't done
    deliberately, and the code does work in a lot of environments, but the
    more recent your version of PHP, the less likely it is to work - and it
    certainly falls over on its face in PHP 5.

    Still, there's nothing to worry about with PHP 5. The changes it
    introduces mainly affect OOP programming. If you don't work with PHP
    classes, everything will work as before (with one or two very small
    exceptions).

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  7. #6

    Default Re: User Registration & Authentication Apps

    Freinds,

    I am using COLDFUSION 6.1 .

    So, is there anyone here who can recommend some articles, books, or even send
    some links that explain how to set up the:

    1. user registrstion
    2. user profile modification
    3. user authentication (login), and
    4. lost password recovery features?

    This are very common features on coldfusion web sites so hopefully someone
    here can come through with an answer

    Thanks again

    Very Blue spoon



    bluespoon Guest

  8. #7

    Default Re: User Registration & Authentication Apps

    There are a set of tutorials on this site in the areas you want
    [url]http://www.dmxfire.com/articles/index.asp[/url]

    Although the articles use asp as the language they are based around DW
    server behaviours which will write your CF code for you.

    You will just need to use CFMail to handle the forgotten password.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "bluespoon" <webforumsuser@macromedia.com> wrote in message
    news:d10858$o89$1@forums.macromedia.com...
    > Freinds,
    >
    > I am using COLDFUSION 6.1 .
    >
    > So, is there anyone here who can recommend some articles, books, or even
    send
    > some links that explain how to set up the:
    >
    > 1. user registrstion
    > 2. user profile modification
    > 3. user authentication (login), and
    > 4. lost password recovery features?
    >
    > This are very common features on coldfusion web sites so hopefully
    someone
    > here can come through with an answer
    >
    > Thanks again
    >
    > Very Blue spoon
    >
    >
    >

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139