Custom Query (2152 matches)
Results (406 - 408 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#200 | invalid | PythonDistribution write method should write all available metadata | rgrp | rgrp |
Description |
Current write method just creates a bare bones package and does not write any of the available metadata other than name. |
|||
#210 | invalid | User registration | johnbywater | johnbywater |
Description |
Native registration scenario: Complete registration form, require unique email address (indicate this not displayed on site), full name (indicate this is displayed on site), password. Dispatch email confirmation message. Respond to email confirmation message causes user to be logged in. Users are assigned a uuid. |
|||
#211 | invalid | User login | johnbywater | johnbywater |
Description |
Native login scenario: Complete login form, require email address. Any session is resumed. Mandated technical requirement: use Repoze (see plugin:form of repoze.who); borrow from BlastOff?. See CKAN or Microfacts for usage of repose with openid. |