Index: trunk/extensions/OpenID/TODO |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | Status: 0.924-beta 20110521 |
3 | 3 | |
4 | 4 | ? more details are needed to understand the "to do" |
5 | | -* resolved, wontfix |
| 5 | +* resolved, or partially resolved, wontfix |
6 | 6 | - open |
7 | 7 | + fixed |
8 | 8 | |
— | — | @@ -10,7 +10,9 @@ |
11 | 11 | ? Optionally redirect User: page to OpenID URL |
12 | 12 | ? AJAX login, rather than klutzy JS form |
13 | 13 | ? Provider-driven identifier selection (eh? do we care?) |
14 | | - |
| 14 | +? Auto-login if you've logged in before with an OpenID, |
| 15 | + and are logged into that account now |
| 16 | + |
15 | 17 | - allow user to set a password in case of !$wgOpenIDClientOnly && $wgOpenIDOnly |
16 | 18 | (https://bugzilla.wikimedia.org/show_bug.cgi?id=29027) |
17 | 19 | = case Server/OpenID-Only |
— | — | @@ -32,6 +34,8 @@ |
33 | 35 | * warn if a user account has been used as a login before attaching an |
34 | 36 | OpenID (I think, this is solved; marked with * instead of +) |
35 | 37 | * add a public-domain Help:OpenID.wiki (resolved, wontfix) |
| 38 | +* Configure some stuff through Special:Preferences or a dedicated control panel |
| 39 | + (under construction, see Special:OpenIDDashboard) |
36 | 40 | |
37 | 41 | + Add a Storage class for $wgMemc |
38 | 42 | + Prevent running OpenIDLogin when you're already logged in |