Modify ↓
Opened 5 years ago
Last modified 5 years ago
#7163 new defect
Spaces in project environment names kills authentication
| Reported by: | dimitri008@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | next-minor-0.12.x |
| Component: | general | Version: | 0.11b2 |
| Severity: | major | Keywords: | environment login |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
If a trac project environment is created with a space in it's name, authentication via http (and AccountManager? plugin as far as I've seen) seems to disable logging in by returning
Missing or invalid form token. Do you have cookies enabled?
after clicking login.
Authentication method: Basic HTTP authentication with htpasswd file
Attachments (0)
Change History (2)
comment:1 Changed 5 years ago by dimitri008@…
comment:2 Changed 5 years ago by cboos
- Keywords environment login added
- Milestone set to 0.11.1
For now, added a caveat in TracEnvironment@31.
Note: See
TracTickets for help on using
tickets.



That specific error only appears when AccountManager? is used. For HTTP authentication, it simply redirects the user to the main page without logging them in.