Changes between Version 4 and Version 5 of SimpleAttach
- Timestamp:
- Jan 7, 2015, 11:26:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SimpleAttach
v4 v5 146 146 '''attach_project_desc''':: the project description 147 147 '''attach_project_inst''':: the project institution 148 '''attach_user_name''':: the user name (if present)149 '''attach_auth''':: the user authenticator (if present)148 '''attach_user_name''':: the user name 149 '''attach_auth''':: the user authenticator 150 150 151 151 These cookies are sent with a 24-hour expiration time. … … 163 163 If this is present, it puts up the Attach Wizard, 164 164 at the email/password page. 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).