[Mono-bugs] [Bug 72261][Maj] New - a typo in System.Web.Security.FormsAuthentication

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Feb 2005 10:47:53 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tadas@stablebeast.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72261

--- shadow/72261	2005-02-06 10:47:53.000000000 -0500
+++ shadow/72261.tmp.29146	2005-02-06 10:47:53.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 72261
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tadas@stablebeast.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: a typo in System.Web.Security.FormsAuthentication
+
+User authentication against credentials stored in web.config doesn't work
+unless you use FormsAuthPasswordFormat.Clear;
+This is because of a typo in System.Web.Security.FormsAuthentication (lines
+83 and 86). We should change 'password' variable instead of 'stored'.