d5dc98573c57d8173077b79099c56560317f69ec
[mir.git] / help_users.sql
1 INSERT INTO webdb_users(login, password, is_admin, comment, is_disabled, email, profile, webdb_create)
2 VALUES ('open', '', 'f', 'Default open posting user', 'f', '', '', now());
3
4 INSERT INTO webdb_users(login, password, is_admin, comment, is_disabled, email, profile, webdb_create)
5 VALUES ('admin', 'indymedia', 't', 'Default admin user', 'f', '', '', now());