Modify ↓
Opened 18 years ago
Closed 8 years ago
#572 closed enhancement (worksforme)
Authenticate using WordPress
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Hello!
This is partially a 'request', partially a 'where can I look into doing this myself' type-o-request.
Wordpress already has my authentication data, I'd simply love to hook Trac up to it.
If someone's interested in doing this, so much the better. If not, I might dabble with it. Can someone point me at some good resources for learning how to start on this endeavour?
Thanks!
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Summary: | [Request-A-Hack] Wordpress => Trac authentication → Wordpress => Trac authentication |
---|
comment:2 Changed 17 years ago by
This is very possible. If you use wordpress.com your wordpress URL is an OpenID. There are plugins for Wordpress that make it an OpenID provider. AuthOpenIdPlugin allows to use the authentication on your trac site. Voila.
comment:5 Changed 15 years ago by
Summary: | Wordpress => Trac authentication → Authenticate using WordPress |
---|
comment:6 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Seeing as wordpress uses its own PHP-based session layer, I doubt you could easily. You would have to make an authentication plugin (look at AccountManagerPlugin, DbAuthPlugin, and TracCasPlugin for examples) that groks whatever PHP uses for session tracking.