Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Send "Forgotted password" via email

Reply
Thread Tools

Send "Forgotted password" via email

 
 
groupie
Guest
Posts: n/a
 
      12-30-2007
Hi,
I'd like to know how to implement the "Forgot Password" feature on
many websites which require a login, exactly like this ebay example:
http://cgi4.ebay.com/ws/eBayISAPI.dl...RecognizerShow

I've already retrieved the users password from the database - I just
need to send it to the email address entered.

From reading many posts, I need a server-side script and rather not
use form mailto: nor use javascript on the users PC.

Any help/pointers appreciated.
 
Reply With Quote
 
 
 
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      12-30-2007
groupie wrote:
> I'd like to know how to implement the "Forgot Password" feature on
> many websites which require a login, exactly like this ebay example:
> http://cgi4.ebay.com/ws/eBayISAPI.dl...RecognizerShow
> [...]
> I've already retrieved the users password from the database - I just
> need to send it to the email address entered.
>
> From reading many posts, I need a server-side script and rather not
> use form mailto: nor use javascript on the users PC.


That is correct. You have server-side J(ava)Script (.NET) available, then?


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$>
 
Reply With Quote
 
 
 
 
groupie
Guest
Posts: n/a
 
      12-30-2007
On Dec 30, 11:33*am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> groupie wrote:
> > I'd like to know how to implement the "Forgot Password" feature on
> > many websites which require a login, exactly like this ebay example:
> >http://cgi4.ebay.com/ws/eBayISAPI.dl...RecognizerShow
> > [...]
> > I've already retrieved the users password from the database - I just
> > need to send it to the email address entered.

>
> > From reading many posts, I need a server-side script and rather not
> > use form mailto: nor use javascript on the users PC.

>
> That is correct. *You have server-side J(ava)Script (.NET) available, then?
>
> PointedEars
> --
> Prototype.js was written by people who don't know javascript for people
> who don't know javascript. People who don't know javascript are not
> the best source of advice on designing systems that use javascript.
> * -- Richard Cornford, cljs, <f806at$ail$1$8300d...@news.demon.co.uk>


Thanks PointedEars.
Yes, server-side scripting is available. Not exactly sure what the
final server platform will be, so not sure about PHP. Would rather not
start mixing languages anyway since most is already written in
javascript ASP pages.

So any ideas how to get the server to send an email to the address I
supply? I've been playing with Server.CreateObject("CDO.Message") but
is giving me errors at the moment.

Thanks.
 
Reply With Quote
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      12-30-2007
groupie wrote:
> [...] Thomas 'PointedEars' Lahn [...] wrote:
>> groupie wrote:
>>> I'd like to know how to implement the "Forgot Password" feature on
>>> many websites which require a login, exactly like this ebay example:
>>> http://cgi4.ebay.com/ws/eBayISAPI.dl...RecognizerShow
>>> [...]
>>> I've already retrieved the users password from the database - I just
>>> need to send it to the email address entered.
>>> From reading many posts, I need a server-side script and rather not
>>> use form mailto: nor use javascript on the users PC.

>> That is correct. You have server-side J(ava)Script (.NET) available, then?
>> [...]

>
> Thanks PointedEars.
> Yes, server-side scripting is available. Not exactly sure what the
> final server platform will be, so not sure about PHP. Would rather not
> start mixing languages anyway since most is already written in
> javascript ASP pages.


I did not mention PHP.

> So any ideas how to get the server to send an email to the address I
> supply?


http://search.msdn.microsoft.com/sea...=00&lang=en-us

> I've been playing with Server.CreateObject("CDO.Message") but
> is giving me errors at the moment.


http://www.jibbering.com/faq/faq_not...ml#ps1DontWork

However, if the above does not help, I think you better ask in an ASP
newsgroup like

news:microsoft.public.inetserver.asp.general
news:microsoft.public.dotnet.framework.aspnet


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET send email -> Autheticate User information via LOTUS NOTES Eric Layman ASP .Net 3 05-10-2007 12:16 PM
How to send Lotus Notes Email Via C# navyliu ASP .Net 4 12-16-2006 04:03 PM
tell me how to send email via http string contactfast@gmail.com ASP .Net 1 12-22-2005 08:07 AM
Send email via external SMTP Server =?Utf-8?B?QW5kcmVhcw==?= ASP .Net 5 01-18-2005 02:31 PM
how to send error reports via email? Dave Bartlett ASP .Net 2 06-14-2004 11:49 AM



Advertisments
 



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