Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/net_1_1/machine.config3
-rw-r--r--data/net_2_0/web.config1
-rw-r--r--data/net_4_0/web.config3
-rw-r--r--data/net_4_5/web.config3
4 files changed, 3 insertions, 7 deletions
diff --git a/data/net_1_1/machine.config b/data/net_1_1/machine.config
index 2dfec5f0203..5abbb85de0f 100644
--- a/data/net_1_1/machine.config
+++ b/data/net_1_1/machine.config
@@ -101,8 +101,7 @@
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
- <credentials passwordFormat="Clear">
- <!--<user name="gonzalo" password="gonz"/>-->
+ <credentials passwordFormat="Clear">
</credentials>
</forms>
</authentication>
diff --git a/data/net_2_0/web.config b/data/net_2_0/web.config
index e1428f8c39b..a5190c338bc 100644
--- a/data/net_2_0/web.config
+++ b/data/net_2_0/web.config
@@ -53,7 +53,6 @@
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
<credentials passwordFormat="Clear">
- <!--<user name="gonzalo" password="gonz"/>-->
</credentials>
</forms>
</authentication>
diff --git a/data/net_4_0/web.config b/data/net_4_0/web.config
index 2a7dfd2edac..44cbe180dfd 100644
--- a/data/net_4_0/web.config
+++ b/data/net_4_0/web.config
@@ -111,8 +111,7 @@
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
- <credentials passwordFormat="Clear">
- <!--<user name="gonzalo" password="gonz"/>-->
+ <credentials passwordFormat="Clear">
</credentials>
</forms>
</authentication>
diff --git a/data/net_4_5/web.config b/data/net_4_5/web.config
index 324c529f008..30524c17c3d 100644
--- a/data/net_4_5/web.config
+++ b/data/net_4_5/web.config
@@ -111,8 +111,7 @@
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
- <credentials passwordFormat="Clear">
- <!--<user name="gonzalo" password="gonz"/>-->
+ <credentials passwordFormat="Clear">
</credentials>
</forms>
</authentication>