RE: [firebird-support] Membership provider, hash passwords, login

2012-09-17 Thread Vasilis ..
Thanks Paul, it worked! To: firebird-support@yahoogroups.com
From: paul.mer...@almexa.ro
Date: Mon, 17 Sep 2012 21:50:02 +0300
Subject: Re: [firebird-support] Membership provider, hash passwords, login
















 



  



  
  
  

On 2012.09.17 5:45 PM, Vasilis .. wrote:

>

>

>

> Greets, anyone has come up with this problem: In a ASP.NET website i 

> develop, using the membership provider and having hashed passwords in 

> the database the user cannot login If i change the password storage to 

> "clear" the login works fine. Any idea how to solve this or is it a 

> known bug? Thanks

>

Hi Vasilis



I had the same problem as you, nobody answered to this problem. Good 

news , it's not a bug, just documentation issue.

I found that the algorithm used before .Net 4 was SHA1 and from .Net 4 

is SHA256 .



The solution for your trouble is to specify in web.config for membership 

to use :





HTH,

Paul



[Non-text portions of this message have been removed]






 









  

[Non-text portions of this message have been removed]





++

Visit http://www.firebirdsql.org and click the Resources item
on the main (top) menu.  Try Knowledgebase and FAQ links !

Also search the knowledgebases at http://www.ibphoenix.com 

++
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [firebird-support] Membership provider, hash passwords, login

2012-09-17 Thread Mercea Paul

On 2012.09.17 5:45 PM, Vasilis .. wrote:
>
>
>
> Greets, anyone has come up with this problem: In a ASP.NET website i 
> develop, using the membership provider and having hashed passwords in 
> the database the user cannot login If i change the password storage to 
> "clear" the login works fine. Any idea how to solve this or is it a 
> known bug? Thanks
>
Hi Vasilis

I had the same problem as you, nobody answered to this problem. Good 
news , it's not a bug, just documentation issue.
I found that the algorithm used before .Net 4 was SHA1 and from .Net 4 
is SHA256 .

The solution for your trouble is to specify in web.config for membership 
to use :


HTH,
Paul


[Non-text portions of this message have been removed]



Re: [firebird-support] Membership provider, hash passwords, login

2012-09-17 Thread Mark Rotteveel
On Mon, 17 Sep 2012 17:45:22 +0300, "Vasilis .." 
wrote:
> Greets, anyone has come up with this problem: In a ASP.NET website i
> develop, using the membership provider and having hashed passwords in
the
> database the user cannot login If i change the password storage to
"clear"
> the login works fine. Any idea how to solve this or is it a known bug?
> Thanks  

This question is probably better asked on the Firebird .NET mailinglist,
see http://www.firebirdsql.org/en/mailing-lists/ for subscription details.

Mark