Differences From:
File
src/configure.c
part of check-in
[6b0b57a924]
- Add logic to do a configuration push. Add logic to synchronize the CONCEALED
table containing hidden email addresses (assuming appropriate permissions).
Additional testng is needed; this check-in is to transfer the work to
another machine.
by
drh on
2008-10-25 17:51:37.
[view]
To:
File
src/configure.c
part of check-in
[0c6ea0d93f]
- When creating a new repository or cloning a repository, print the
initial administrator password on standard output. This is intended
to help new users figure out how to log in. Ticket ca08d51f19
by
drh on
2008-11-20 01:07:10.
[view]
@@ -480,9 +480,9 @@
if( zName[0]!='@' ){
db_multi_exec("DELETE FROM config WHERE name=%Q", zName);
}else if( strcmp(zName,"@user")==0 ){
db_multi_exec("DELETE FROM user");
- db_create_default_users();
+ db_create_default_users(0);
}else if( strcmp(zName,"@concealed")==0 ){
db_multi_exec("DELETE FROM concealed");
}else if( strcmp(zName,"@shun")==0 ){
db_multi_exec("DELETE FROM shun");