Forum .LRN Q&A: Demo: e-lane username and password on sign-in screen

I am using the demo CD (using Knoppix) to test the software to see if we would like to do a permanent installation. However, on the login screen it always shows the user "e-lane" with its password as the default. Is there a way to diable this so that a couple of students and test the system? If so, how?

Much thanks.
-Mark

Yes, It can be changed back.
You just need to revert this patch at the files at /OpenACS:

--- openacs-4/packages/acs-subsite/lib/login.tcl
+++ openacs-4/packages/acs-subsite/lib/login.tcl
@@ -130,6 +130,7 @@
ad_form -extend -name login -form {
{password:text(password)
{label "[_ acs-subsite.Password]"}
+ {value "e-lane"}
}
}

--- openacs-4/packages/acs-subsite/www/register/index.tcl
+++ openacs-4/packages/acs-subsite/www/register/index.tcl
@@ -4,7 +4,7 @@
} {
{authority_id ""}
{username ""}
- {email ""}
+ {email "e-lane"}
{return_url ""}
}