Opened 17 years ago
Closed 17 years ago
#1947 closed task (fixed)
can't login
Reported by: | Owned by: | Roman Kurmanowytsch | |
---|---|---|---|
Priority: | normal | Component: | TeamtracIntegration |
Severity: | normal | Keywords: | |
Cc: | iparaian@… | Trac Release: | 0.10 |
Description
I added an user in users.txt
I made an auth.htaccess:
AuthType Digest AuthName "Password Required" AuthUserFile cfg/passwd.htdigest
And the passwd.htdigest contains:
iuli:trac:b30462a151fd0acf87cb91e61a0d85a0
I still get the message : :Authentication is required to access this service."
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Cc: | iparaian@… added; anonymous removed |
---|
Added your email address in case you want to be notified.
comment:3 Changed 17 years ago by
I try as u said but I still can't login. If there is no .htaccess file in the root directory, shouldn't it let me in without entering a password? Isn't there a master user, like adiministrator or anonymous at least?
comment:4 Changed 17 years ago by
Unfortunately, there is no such administrator user. Teamtrac relies on the Apache authentication mechanism. You should get some sort of popup when you try to access Teamtrac, asking for a username and password.
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is actually an web server (Apache?) issue. I hope I can help anyway. My first guess is that the file should be probably named .htaccess (instead of auth.htaccess). Furthermore, I'm not sure whether it's a good idea to use a relative path for the user file (cfg/passwd.htdigest). You could also try to use Basic authentication instead of Digest.
If that all doesn't help, take a look at the log files of your web server.