Peter Zhang

Results 71 comments of Peter Zhang

FAQ here: [https://matomo.org/faq/faq-how-to-disab…omo-org-requests/](https://matomo.org/?post_type=faq&p=55687&preview=true)

reopen this issue, as we discussed, not to force users to use HTTPS at this stage, only a warning message. In the next stage we will force HTTPS connections. Ref...

@Zozman thanks for the bug report, I think that's a bug I made in this PR, https://github.com/matomo-org/matomo/pull/19030. Here should be instead of `*`, I believe should be a combination of...

should we assign this issue to the 5.0 milestone, since it's breaking changes?

ah, I finished the UI, but I found some tech difficulty. Because once the token is generated (which saved hash string into the database), it can’t be reviewed again (one-way...

@sgiehl that makes sense, @justinvelluppillai @bx80 I was wondering about a simple solution. once the admin creates or resends invites, it will show a green notification on the top, I...

Hey @tsteur, just checking security here is that ok to store an invite token into the database without hashing it? Because we need to copy the invite link after the...

thanks @tsteur another database field makes more sense.

As I go, I found the `copy link` won't always work, see screenshots, it won't work in Safari, etc, and also our UI test environment will show errors as well....

Sorry to bother, @tsteur I got a security question here because we using javascript code `navigator.clipboard.writeText` to copy the invite js link. Then somehow if the client land on a...