Opened 8 years ago

Last modified 5 years ago

#29 closed task

Users signup — at Version 1

Reported by: borja Owned by:
Priority: critical Milestone: OpenWorkouts 0.2
Component: users Keywords:
Cc:

Description (last modified by borja)

Add the required views, templates, etc to allow users to create accounts in openworkouts.

The workflow:

1- load openworkouts, go to signup

2- fill in a form with the required data

3- account is created, but in "pending"/"activation required" state

4- send an email to the given email address including a link to activate the account. That link will be valid for N days (configurable in the ini settings) and can be used only one.

5- if after N days the user does not activate the account, the account is removed

6- if the user clicks on the link, the account gets activated and the user can log in (maybe log him hin automatically?).

Change History (1)

comment:1 Changed 5 years ago by borja

  • Description modified (diff)

Update: A basic signup procedure has been implemented already in source:OpenWorkouts-current, so I've updated the description of the ticket. We still need the code to put users in "pending confirmation" state, send email, etc.

Note: See TracTickets for help on using tickets.