PC Review


Reply
Thread Tools Rate Thread

Changing PasswordRecovery to email?

 
 
john_c
Guest
Posts: n/a
 
      4th Feb 2007
For ASP.NET 2.0 PasswordRecovery control, is there a way to allow
entering an email address instead of the username and it send the
password?

 
Reply With Quote
 
 
 
 
Thomas Hansen
Guest
Posts: n/a
 
      4th Feb 2007
On Feb 4, 6:55 am, "john_c" <j...@bigstring.com> wrote:
> For ASP.NET 2.0 PasswordRecovery control, is there a way to allow
> entering an email address instead of the username and it send the
> password?


he, he...!!
That's like asking; "if I call my bank and say my name is Bill Gates
will I get Bills Visa credentials and be able to permanently move to
Bahamas and never work again...?"



Think about what you're asking for!!

..t

--
http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!

 
Reply With Quote
 
john_c
Guest
Posts: n/a
 
      4th Feb 2007
On Feb 4, 6:11 am, "Thomas Hansen" <polter...@gmail.com> wrote:
> On Feb 4, 6:55 am, "john_c" <j...@bigstring.com> wrote:
>
> > For ASP.NET 2.0 PasswordRecovery control, is there a way to allow
> > entering an email address instead of the username and it send the
> > password?

>
> he, he...!!
> That's like asking; "if I call my bank and say my name is Bill Gates
> will I get Bills Visa credentials and be able to permanently move to
> Bahamas and never work again...?"
>
>
>
> Think about what you're asking for!!


Guess I'm not sure what you're saying. It's a common recovery
feature. If someone, other than yourself, enters your email address,
do you think it will go to the wrong person? No, it will go to you
even though you didn't request it. In addition, you know someone may
be up to something. But, I'm guessing this isn't a feaure available
with the PasswordRecovery control.

 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      4th Feb 2007
Normally one would expect to enter your username; your email address is in
the database and that's how it works. Think about it some more.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




"john_c" wrote:

> On Feb 4, 6:11 am, "Thomas Hansen" <polter...@gmail.com> wrote:
> > On Feb 4, 6:55 am, "john_c" <j...@bigstring.com> wrote:
> >
> > > For ASP.NET 2.0 PasswordRecovery control, is there a way to allow
> > > entering an email address instead of the username and it send the
> > > password?

> >
> > he, he...!!
> > That's like asking; "if I call my bank and say my name is Bill Gates
> > will I get Bills Visa credentials and be able to permanently move to
> > Bahamas and never work again...?"
> >
> >
> >
> > Think about what you're asking for!!

>
> Guess I'm not sure what you're saying. It's a common recovery
> feature. If someone, other than yourself, enters your email address,
> do you think it will go to the wrong person? No, it will go to you
> even though you didn't request it. In addition, you know someone may
> be up to something. But, I'm guessing this isn't a feaure available
> with the PasswordRecovery control.
>
>

 
Reply With Quote
 
john_c
Guest
Posts: n/a
 
      4th Feb 2007
On Feb 4, 2:37 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yabbadabbadoo.com> wrote:
> Normally one would expect to enter your username; your email address is in
> the database and that's how it works. Think about it some more.


Many times, if someone has forgotten their password, they don't
remember their username but do remember their email address.

 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      5th Feb 2007
If you are ambitious and the current provider you use doesn't offer the
feature, you can write a custom provider derived from ProviderBase that
implements whatever you want.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




"john_c" wrote:

> On Feb 4, 2:37 pm, Peter Bromberg [C# MVP]
> <pbromb...@yahoo.yabbadabbadoo.com> wrote:
> > Normally one would expect to enter your username; your email address is in
> > the database and that's how it works. Think about it some more.

>
> Many times, if someone has forgotten their password, they don't
> remember their username but do remember their email address.
>
>

 
Reply With Quote
 
JDC
Guest
Posts: n/a
 
      26th Feb 2007
On Feb 5, 4:24 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yabbadabbadoo.com> wrote:
> If you are ambitious and the current provider you use doesn't offer the
> feature, you can write a custom provider derived from ProviderBase that
> implements whatever you want.
> Peter
>
> --
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> Short urls & more: http://ittyurl.net
>
> "john_c" wrote:
> > On Feb 4, 2:37 pm, Peter Bromberg [C# MVP]
> > <pbromb...@yahoo.yabbadabbadoo.com> wrote:
> > > Normally one would expect to enter your username; your email address is in
> > > the database and that's how it works. Think about it some more.

>
> > Many times, if someone has forgotten their password, they don't
> > remember their username but do remember their email address.


I guess you could use the email address as the username...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
using passwordRecovery Tony Johansson Microsoft ASP .NET 0 8th Jan 2010 12:40 AM
about PasswordRecovery Adam Right Microsoft ASP .NET 1 22nd Feb 2008 05:11 AM
PasswordRecovery issue paul.haines@wcbs.co.uk Microsoft ASP .NET 2 21st Nov 2007 11:58 AM
<asp:PasswordRecovery> ned.kraushaar@earthlink.net Microsoft ASP .NET 1 6th Jun 2006 01:49 AM
PasswordRecovery paulmac106 Microsoft ASP .NET 0 30th Dec 2005 09:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:07 AM.