sknebel(eh, I might be wrong, some articles I just read suggest you actually need consent due to their legal status, but that's pre-GDPR German sources, so unclear if that applies still)
[jgmac1106]To help your site be compliant with GDPR and other laws requiring notification of tracking, Akismet can display a notice to your users on your contact form. This feature is disabled by default, however, if you or your audience is located in Europe, you need to turn it on.
[jgmac1106]yeah it kills me leaving the posts untitled and then having a page of post called (no title) makes searching for notes PITA, but minor inconvienence
[kevinmarks], jgmac1106, [cjwillcock], [tantek] and [pfefferle] joined the channel
aaronpkin the case that the website you're using when you're signing in also has its own indieauth server, then web sign-in can be completed through indieauth
aaronpkso for example, if your site is notiz.blog and you don't have any plugins installed, and you'r etrying to sign in to indiewp.com, then indiewp.com needs to do relmeauth to your twitter profile for instance
aaronpkbut if notiz.blog *does* have an indieauth server, then indiewp.com shouldn't do relmeauth and should instead talk to that indieauth server directly
aaronpkso this web sign-in feature for wordpress should probably just *always* use indielogin.com to authenticate people. since it's a completely separate feature from providing an indieauth authorization server for signing in to other apps
[pfefferle]hmmm... now I get your point, but I do not completly agree... I am aware of indieauth, so I do not like to have a "service in the middle"... perhaps we need a setting, so the user can choose between the "web-sign-in" or the "indielogin.com" form
aaronpkso it might even be better to move the web sign-in part into its own web sign-in plugin, so that feature can be enabled independently of the plugin providing an indieauth server
aaronpkand in that case, I can also see that some people might want to support web sign-in via indieauth+relmeauth, or just via indieauth with no external dependencies like you're saying