5 | | == Interface == |
| 5 | There are now two types of accounts on a given BOINC project: |
| 6 | |
| 7 | * those authenticated with a project-specific password; a password hash is stored in the DB. |
| 8 | * those authenticated via an OpenID provider; the provider URL is stored in the DB. |
| 9 | |
| 10 | In both cases, an email address uniquely identifies the account; |
| 11 | OpenID can be used only with providers who return an email address and a name. |
| 12 | |
| 13 | == Web interface == |
| 14 | |
| 15 | The Login page will show links to various OpenID providers |
| 16 | as well as an email/password form. |
| 17 | |
| 18 | NOTE: logging in with OpenID automatically creates an account |
| 19 | if no account with that email address exists. |
| 20 | If an account does exist, its name and country fields are overwritten with |
| 21 | data supplied by the OpenID provider, if any. |
| 22 | |
| 23 | On the Your Account page, instead of "change email address" and "change password" links, |
| 24 | there will be a "change login information" link. |
| 25 | This will go to a page that: |
| 26 | |
| 27 | * lets an OpenID account change to a different OpenID |
| 28 | * lets an OpenID account change to an email/password account |
| 29 | * lets an email/password account change to an OpenID account |
| 30 | |
| 31 | On the "change other account info" page, OpenID accounts will not be |
| 32 | able to edit their user name; this comes from the OpenID provider. |
| 33 | |
| 34 | == Manager interface == |