#25302 closed enhancement (fixed)
Update developer docs to mention GitHub login to Trac
Reported by: | embray | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.3 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Erik Bray | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 1bdc96b (Commits, GitHub, GitLab) | Commit: | |
Dependencies: | Stopgaps: |
Description
A lot of people still seem to be missing the fact that you can do this, probably because the developer docs still say that manually requesting an account is the only way to use the Trac site.
The fact that it can't be used with git trac
is unfortunate--this is simply due to the fact that the git trac
plugin uses a user's Trac username and password to authenticate, and when using GitHub login they have no "password".
In the future I might fix this by extending the git-trac plugin to provide generated passwords/authentication tokens for this purpose.
Change History (4)
comment:1 Changed 4 years ago by
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
comment:3 Changed 4 years ago by
- Branch changed from u/embray/docs/account-request to 1bdc96bd05aa435c291931fcc58ded3066e04d38
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 4 years ago by
- Commit 1bdc96bd05aa435c291931fcc58ded3066e04d38 deleted
In the future I might fix this by extending the git-trac plugin to provide generated passwords/authentication tokens for this purpose.
FWIW this has been done, but https://github.com/sagemath/git-trac-command/pull/31 needs to be merged.
ok