Custom Query (1174 matches)
Results (106 - 108 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #107 | fixed | Email verification and forgot password verification tokens should expire | ||
| Description |
Email verification should expire after 30 days and forgot password verification should expire after 7. Things that should be done:
You can set these fields via a timedelta: >>> import datetime >>> datetime.datetime.now() + datetime.timedelta(days=10) datetime.datetime(2011, 7, 4, 8, 41, 8, 502139) |
|||
| #108 | FIXED | registration form fields don't fit within the designated region | ||
| Description |
The whites of the form fields are extending beyond the form boundary. It looks like a formatting error to my eyes. |
|||
| #109 | fixed | Least-Effort Picture adding | ||
| Description |
I want to see a feature that monitors a directory for new images, and assimilates them into MediaGoblin. I should be able to plug in my camera, when /media/foocamera appears, goblin sees it, copies the pictures off, and empties the camera. I should be able to visit my GMG webpage then and see them in a gallery. |
|||
