OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 28-Nov-2005 09:54:32
Branch: HEAD Handle: 2005112808543100
Modified files:
openpkg-registry registry-ui.pl
Log:
kick out demo account
Summary:
Revision Changes Path
1.45 +1 -1 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.44 -r1.45 registry-ui.pl
--- openpkg-registry/registry-ui.pl 28 Nov 2005 07:49:37 -0000 1.44
+++ openpkg-registry/registry-ui.pl 28 Nov 2005 08:54:31 -0000 1.45
@@ -62,7 +62,7 @@
# ase - OSSP affiliation services environment
#
$cfg->{identification}->{mode} = "ase";
-$cfg->{identification}->{default} = "[EMAIL PROTECTED]"; #anonymous
+$cfg->{identification}->{default} = "anonymous";
$cfg->{db}->{registry}->{username}="registry";
$cfg->{db}->{registry}->{password}="registry";
$cfg->{db}->{registry}->{tablespace}="registry";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]