Changes between Version 4 and Version 5 of SimpleAttach


Ignore:
Timestamp:
Jan 7, 2015, 11:26:17 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimpleAttach

    v4 v5  
    146146 '''attach_project_desc''':: the project description
    147147 '''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
    150150
    151151These cookies are sent with a 24-hour expiration time.
     
    163163If this is present, it puts up the Attach Wizard,
    164164at the email/password page.
     165
     166== Anonymous registration ==
     167
     168The join process can be further simplified if we eliminate the
     169email address and password associated with accounts.
     170This might be selected by the project
     171(using a config flag)
     172or by the volunteer
     173(by a "anonymous account" checkbox in the registration page).
     174
     175In each case, the links on the Download page would create an account
     176with random strings for email address and password.
     177
     178We 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).