Opened 19 years ago
Closed 19 years ago
#3218 closed defect (fixed)
[project] is actually the name of the directory
Reported by: | santagada | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | web frontend/tracd | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
in tracd —auth or —basic-auth the [projectname] parameter is actually a directory name not project name. it is even in the documentation, but it would be easier to use if it was in the tracd help.
Note that the project “name” passed to the —auth option is actually the base name of the project environment directory.""
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Summary: | [projectname] is actually the name of the directory → [project] is actually the name of the directory |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Why not, if you think that this makes it clearer. I think the TracStandalone#UsingAuthentication paragraph is clear about this, and in case of doubt when using the command line tool, that would be the place to look for further documentation anyway.
if my project name is "My project" and my project dir is "kkkk" then passing —basic-auth "My Project",kkkk/passwd,localhost is not going to work, and it gives a cryptic error message. Here is something that would help to clarify the property to users.
Another good idea would be to give a better error message.