- 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
Opened by jordanmendler - 17.01.2013
Last edited by peterdd - 10.12.2015
Opened by jordanmendler - 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 | FS#1819 - Communicate via email | Very Low | Low |
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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 address_provider..
edit by peterdd 2021-03-11: some typo fixes
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.