- Status Planned Reopened
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 0.9.9.7
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by Jordan Mendler - 17.01.2013
Last edited by peterdd - 10.12.2015
Opened by Jordan Mendler - 17.01.2013
Last edited by peterdd - 10.12.2015
FS#1812 - Multiple email addresses
An account should be able to have multiple email addresses associated with it. For example, my primary email might be jordan@thevelozgroup.com, but I should also be able to log in via jordanmendler@gmail.com or other addresses I add.
ID | Project | Summary | Priority | Severity | Assigned To | Progress | |
---|---|---|---|---|---|---|---|
1819 | Flyspray - The bug killer! | FS#1819 - Communicate via email | Very Low | Low |
Reopened and set to only 20%, because:
or
Or should we do a complete table change with type(email,jabber,oauth, ..) field:
table user_address:
Unique index: [address_type,address,address_provider] (working also with NULL or empty string?)
or merge address and adress_provider..
The more I think about it we should consider something like the third option, an new table
'user_address' (or 'users_addresses')
For FS1.2 maybe.
This removes current limitations and makes adding additional address types and notification channels easy. And the current table user_emails isn't really used. (only when people registering, but no usage later)
TODO: Each additional given Email address must be also validated in the same way like the primary email address to avoid abuse of email addresses.
E.g. send a link with token to this email that the receiver must click to validate the additional email with a user account in flyspray.