Opened 14 years ago
Closed 9 years ago
#3411 closed enhancement (fixed)
Can send messages to any made-up name.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.4 | Priority: | minor |
Severity: | minor | Version: | 1.5 |
Component: | Messages | Keywords: | |
Cc: |
Description
When composing a message, you can enter any made-up name you want, regardless if that user exists or not, and it'll display a message that the message was sent successfully, and on the Sent page it only lists you as the recipient. It should probably give an error if no user exists.
Change History (5)
#1
@
14 years ago
- Milestone changed from Awaiting Review to 1.5
- Priority changed from normal to minor
- Severity changed from normal to minor
#3
@
14 years ago
- Component changed from Core to Messaging
- Resolution fixed deleted
- Status changed from closed to reopened
- Type changed from defect to enhancement
The fix in r4902 makes it so that message sending will fail if there are no valid recipients. I'm going to switch the ticket to 'enhancement' so that at some point in the future, we add better error reporting.
Note: See
TracTickets for help on using
tickets.
(In [4902]) Removes null recipients from recipient_ids array before attempting to send private message. Fixes #3411