-- MySQL dump 8.22
--
-- Host: localhost    Database: leiserberge_at
---------------------------------------------------------
-- Server version 3.23.54-max-nt

--
-- Table structure for table 'wspassword'
--

CREATE TABLE wspassword (
  id int(11) NOT NULL auto_increment,
  uid varchar(30) NOT NULL default '',
  pwd varchar(32) NOT NULL default '',
  secpwd varchar(32) NOT NULL default '',
  PRIMARY KEY  (id)
) TYPE=MyISAM;

--
-- Dumping data for table 'wspassword'
--


INSERT INTO wspassword VALUES (1,'herbert.koenig','pcz123','c7a1a9b91a3a16b62bd99072c8d41c55');
INSERT INTO wspassword VALUES (2,'pcz.tgm','schule','13d90cae300cf5afb8eb6c659e852df6');