Easy enough to add to the admin page much like the tokenized support for the user identifier. email seemed to be used as a popular primary key but it would be nice to allow for flexibility in what email is used (profile fields, etc). We started hashing out the rationale here -- https://github.com/elmsln/elmsln/issues/306 but basically init is a static / primary key of an email address while people could potentially change their username's email account, borking that being a primary key

Patch coming soon I hope

CommentFileSizeAuthor
#2 tincanapi-mbox-token-2607826-1.patch2.45 KBbtopro

Comments

btopro created an issue. See original summary.

btopro’s picture

Status: Active » Needs review
StatusFileSize
new2.45 KB

patch adds support for tincanapi_statement_actor_mbox variable which can accept a token. If the token input is not available it'll fallback to the previous behaviors. also added some comments around these functions doing this processing

nve’s picture

Can you update this to the v2.0 branch?