Bug #2471
Register account activation email sending
Status: | Closed | Start date: | 05/29/2012 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Astakos | Spent time: | - | |
Target version: | - |
Description
use a flag whether it has been sent an activation email to the user or not
Associated revisions
Register the date a user activation email sent and reset it when the user becomes active (for future use)
This field can have the following values:- epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)
- NULL: signifies the user is active or no activation email has been sent
- other date (except epoch): the date the activation email sent
Passing the -n option in list users snf command shows only the new users (created after adding the field) who have not received an activation.
Refs: #2471
Register the date a user activation email sent and reset it when the user becomes active (for future use)
This field can have the following values:- epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)
- NULL: signifies the user is active or no activation email has been sent
- other date (except epoch): the date the activation email sent
Passing the -n option in list users snf command shows only the new users (created after adding the field) who have not received an activation.
Refs: #2471
during datamigration set only to inactive users activation_sent date to epoch
Refs: #2471
during datamigration set only to inactive users activation_sent date to epoch
Refs: #2471
History
#1 Updated by Sofia Papagiannaki over 11 years ago
- Status changed from New to Closed
#2 Updated by Vangelis Koukis over 10 years ago
- Project changed from astakos to Synnefo
- Target version deleted (
0.6.0)
#3 Updated by Vangelis Koukis over 10 years ago
- Category set to Astakos