2007-05-06 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / FormsAuthenticationUser.cs
index 7446d6f51d9dc42516cedd27d5b9b5bdfc2e318a..a66825efb088ac1fe7c15275ac8da50abe607631 100644 (file)
@@ -60,7 +60,6 @@ namespace System.Web.Configuration
                        this.Password = password;
                }
 
-               [MonoTODO ("enable type converter")]
                [StringValidator]
                [TypeConverter (typeof (LowerCaseStringConverter))]
                [ConfigurationProperty ("name", DefaultValue = "", Options = ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey)]