create a random password?

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

  1. #1

    Default create a random password?

    Is there a tutorial (or an extension) that will explain how to create a
    random password (and/or username) insert it into an Access database then
    automatically email those details to the client so they can then log in to a
    secured page using the generated password
    Thanks for any help
    Gary


    woodywyatt Guest

  2. Similar Questions and Discussions

    1. Create a random number (ASP VBScript)
      I need to create a random number to use with the .swf so IE doesn't cache my files: <param name="movie" value=".file.swf?nochache=<% random number...
    2. Free Network Tools - Random Password Generator - Link Counter - Hit Counter
      Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp
    3. ASP.NET Application Prompting for User Name/Password at Random
      My Asp.Net application is prompting for user name/password dialog at random. I would appreciate your help if you could shed some lights. There is no...
    4. Create Password Protected Website !
      Hello To All ! Hope you all doing great. I am trying to create a website where user is required to login first to view members page. I want...
    5. Create random string
      Hi, substring(newid(),0,8) "Jason Davis" <jasondavis19@hotmail.com> wrote in message news:uyGV9pFSDHA.1552@TK2MSFTNGP10.phx.gbl...
  3. #2

    Default Re: create a random password?

    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overview/[/url]

    will do all you want, plus they have great support.


    or else you could try [url]http://www.ultrasuite.com[/url]

    regards
    twocans



    "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
    news:d3dmba$5ff$1@forums.macromedia.com...
    > Is there a tutorial (or an extension) that will explain how to create a
    > random password (and/or username) insert it into an Access database then
    > automatically email those details to the client so they can then log in to
    > a
    > secured page using the generated password
    > Thanks for any help
    > Gary
    >
    >

    twocans Guest

  4. #3

    Default Re: create a random password?

    Thanks for that, I'll give it a try
    Just to be cheeky, can you tell me where I can find a tutorial or extension
    to display all records from a recordset in a random order?
    I've tried using various options such as ORDER BY RAND() in the sql
    statement but none seem to work.
    At present my sql is -

    SELECT *
    FROM upload
    WHERE Date>DateAdd('yyyy',-1,Now());

    I also need to display all records in random order
    Thanks for any help
    Gary



    "twocans" <abbadontdoit@hotmail.com> wrote in message
    news:d3dqki$c54$1@forums.macromedia.com...
    >
    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overvie[/url]
    w/
    >
    > will do all you want, plus they have great support.
    >
    >
    > or else you could try [url]http://www.ultrasuite.com[/url]
    >
    > regards
    > twocans
    >
    >
    >
    > "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
    > news:d3dmba$5ff$1@forums.macromedia.com...
    > > Is there a tutorial (or an extension) that will explain how to create a
    > > random password (and/or username) insert it into an Access database then
    > > automatically email those details to the client so they can then log in
    to
    > > a
    > > secured page using the generated password
    > > Thanks for any help
    > > Gary
    > >
    > >
    >
    >

    woodywyatt Guest

  5. #4

    Default Re: create a random password?

    [url]http://www.databasejournal.com/features/mssql/article.php/3076421[/url]

    I dont think your use of now() is correct.

    sorry can be of more help




    "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
    news:d3e14a$n38$1@forums.macromedia.com...
    > Thanks for that, I'll give it a try
    > Just to be cheeky, can you tell me where I can find a tutorial or
    > extension
    > to display all records from a recordset in a random order?
    > I've tried using various options such as ORDER BY RAND() in the sql
    > statement but none seem to work.
    > At present my sql is -
    >
    > SELECT *
    > FROM upload
    > WHERE Date>DateAdd('yyyy',-1,Now());
    >
    > I also need to display all records in random order
    > Thanks for any help
    > Gary
    >
    >
    >
    > "twocans" <abbadontdoit@hotmail.com> wrote in message
    > news:d3dqki$c54$1@forums.macromedia.com...
    >>
    > [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overvie[/url]
    > w/
    >>
    >> will do all you want, plus they have great support.
    >>
    >>
    >> or else you could try [url]http://www.ultrasuite.com[/url]
    >>
    >> regards
    >> twocans
    >>
    >>
    >>
    >> "woodywyatt" <woodywyatt@fuerteventura.com> wrote in message
    >> news:d3dmba$5ff$1@forums.macromedia.com...
    >> > Is there a tutorial (or an extension) that will explain how to create a
    >> > random password (and/or username) insert it into an Access database
    >> > then
    >> > automatically email those details to the client so they can then log in
    > to
    >> > a
    >> > secured page using the generated password
    >> > Thanks for any help
    >> > Gary
    >> >
    >> >
    >>
    >>
    >
    >

    twocans 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