Changes between Version 35 and Version 36 of SPIDocs


Ignore:
Timestamp:
Jan 15, 2015 5:23:42 PM (9 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPIDocs

    v35 v36  
    341341When `createProject` completes successfully, the project exists but is unapproved.  An administrator can approve it by calling `approveProject` in the `Projects` service once the testbed's real-world criteria are met.  An administrator may also call `removeProject` in the `Projects` service to remove an unapproved project. (`removeProject` also will remove approved projects, potentially removing many users' rights to operate on the testbed.)
    342342
     343When a new user is created, that user is temporarily logged in and can issue `createProject` requests.  That grace period is currently 30 minutes.  After that time elapses, the user must set their password by responding to the e-mail sent by the `createUser` request.
     344
     345This grace period is intended to make the user's experience joining the testbed and creating their first project more seamless.  They need not leave the UI to validate their account before making their first `createProject` or `joinProject` requests.
     346
    343347==== Adding Users To A Project ====
    344348