Diff
Not logged in

Differences From:

File src/user.c part of check-in [e2a42f7a68] - Error message on "commit" or "user default" if the user does not exist. by drh on 2008-01-29 01:11:27. [view]

To:

File src/user.c part of check-in [4e683ef07b] - Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. by drh on 2008-05-05 17:24:38. [view]

@@ -178,9 +178,9 @@
 **        Change the web access password for a user.
 */
 void user_cmd(void){
   int n;
-  db_find_and_open_repository();
+  db_find_and_open_repository(1);
   if( g.argc<3 ){
     usage("capabilities|default|list|new|password ...");
   }
   n = strlen(g.argv[2]);