| | 165 | |
| | 166 | == Anonymous registration == |
| | 167 | |
| | 168 | The join process can be further simplified if we eliminate the |
| | 169 | email address and password associated with accounts. |
| | 170 | This might be selected by the project |
| | 171 | (using a config flag) |
| | 172 | or by the volunteer |
| | 173 | (by a "anonymous account" checkbox in the registration page). |
| | 174 | |
| | 175 | In each case, the links on the Download page would create an account |
| | 176 | with random strings for email address and password. |
| | 177 | |
| | 178 | We may want to add the following features: |
| | 179 | * Let volunteers with anonymous accounts log in to the project web site |
| | 180 | via links in the Manager. |
| | 181 | * Let anonymous accounts be made non-anonymous (i.e. given an |
| | 182 | email address, name, and password). |