Opened 14 years ago
Closed 14 years ago
#2669 closed defect (bug) (fixed)
[patch] Pass more data into signup filters
Reported by: | ptahdunbar | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: |
Description
I'm working on a multi-lingual site that has english and spanish users. And when users register I'd like to send them the activation link in their language.
Patch passes relevant parameters into the signup filters.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3557]) Passes additional arguments to the filters that handle the email sent at signup. Fixes #2669, props ptahdunbar