[Mono-bugs] [Bug 72261][Maj] Changed - a typo in System.Web.Security.FormsAuthentication
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Feb 2005 10:48:55 -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.29161 2005-02-06 10:48:55.000000000 -0500
@@ -17,6 +17,11 @@
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'.
+
+------- Additional Comments From tadas@stablebeast.com 2005-02-06 10:48 -------
+Created an attachment (id=14099)
+a simple patch to fix that
+