Differences From Artifact [5fc6aec086]:
- File src/user.c — part of check-in [e2a42f7a68] at 2008-01-29 01:11:27 on branch trunk — Error message on "commit" or "user default" if the user does not exist. (user: drh size: 8666)
To Artifact [1f03854c87]:
- File src/user.c — part of check-in [4e683ef07b] at 2008-05-05 17:24:38 on branch trunk — Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. (user: drh size: 8667)
| ︙ | |||
175 176 177 178 179 180 181 | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | - + |
**
** %fossil user password USERNAME
**
** Change the web access password for a user.
*/
void user_cmd(void){
int n;
|
| ︙ |