Changes On Branch self-register
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch self-register Excluding Merge-Ins

This is equivalent to a diff from 5f23fbad37 to 13deb4321b

2011-01-04
18:05
Merge the self-registration changes into the trunk. check-in: 9039a6abed user: drh tags: trunk
17:13
Implemented all suggested changes to the self-register related code. Closed-Leaf check-in: 13deb4321b user: lrem tags: self-register
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. check-in: 31c52c7b3e user: drh tags: trunk
2010-12-22
23:57
First cut at code to allow anonymous users to self-register. check-in: fedf27e483 user: drh tags: self-register
23:43
Fix to the previous check-in so that it does not prompt the user to confirm overwrite if the file does not exist in the first place. check-in: 5f23fbad37 user: drh tags: trunk
22:33
Do not overwrite files on disk, and especially do not prompt the user for permission to overwrite, if there would ultimately be no change in the file content. check-in: aa9ea7961a user: drh tags: trunk

Changes to src/db.c.

Changes to src/login.c.

Changes to src/setup.c.

Changes to src/user.c.