Fossil SCM
Can't log out
6bc1b5d7a7f2bb2…
· opened 17 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- Nov. 23, 2008 4:56 a.m.
I created a new repository file and did 'fossil open' on a new empty code directory. I did 'fossil ui' to get to the web page and found that I was logged in as my Unix login username.
I went to the setup page and created a new user with full privileges. Then I went to the logout page and tried to log in as the new user. No effect. Still logged in as Unix user.
I went back to the logout page and hit the logout button. No effect. Still logged in as Unix user.
drh added on 2008-11-23 11:42:25:
By default, web connections from 127.0.0.1 have full setup privilege without
needing to log in. To disable this, go to Setup:Access and check the box
at the top that says "Require password for local access".