openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e502d348ae66ff12fa0760aa3095029647e14dac
parent 4a77f0026ae9ed8fb1f8f183ad47e7fce5b0d707
Author: dankert <devnull@localhost>
Date:   Sat, 20 Jan 2007 18:02:40 +0100

Unverschl?sseltes Kennwort f?r Adminuser.

Diffstat:
doc/database/sql/postgresql/create.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/database/sql/postgresql/create.sql b/doc/database/sql/postgresql/create.sql @@ -307,4 +307,4 @@ CREATE INDEX idx_acl_05 ON or_acl (is_transmit); INSERT INTO or_user (id,name,password,ldap_dn,fullname,tel,mail,descr,style,is_admin) - VALUES( 1,'admin','21232f297a57a5a743894a0e4a801fc3','','Administrator','','','The Admin User','default',1 ) + VALUES( 1,'admin','admin','','Administrator','','','The Admin User','default',1 )