Differences From:
File
src/db.c
part of check-in
[eb24a021d6]
- Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous".
by
eric on
2008-07-26 17:08:33.
[view]
To:
File
src/db.c
part of check-in
[1f1d96529c]
- Users unconditionally inherit capabilities of "anonymous". New capability
"v" means to inherit capabilities of user "developer". Login is prohibited
if the password is empty.
by
drh on
2008-08-03 16:47:43.
Also file
src/db.c
part of check-in
[5fb14b9a0f]
- Include non-sym- tags in tagview web page. Also merge mainline into tagview branch.
by
eric on
2008-08-21 20:59:01.
[view]
@@ -790,11 +790,13 @@
"VALUES(%Q,'','s','')", zUser
);
db_multi_exec(
"INSERT INTO user(login,pw,cap,info)"
- " VALUES('anonymous','anonymous','hjkorw','Anon');"
+ " VALUES('anonymous','anonymous','aghknw','Anon');"
"INSERT INTO user(login,pw,cap,info)"
" VALUES('nobody','','jor','Nobody');"
+ "INSERT INTO user(login,pw,cap,info)"
+ " VALUES('developer','','deipt','Dev');"
);
user_select();
if (makeInitialVersion){