indieweb / wiki

Wiki backup and issue tracking for indieweb.org
https://indieweb.org/wiki/
The Unlicense
23 stars 8 forks source link

Give error message to users logging in with banned domains #48

Closed sknebel closed 3 years ago

sknebel commented 6 years ago

At least for the blanket-bans of entire services there should be an error message instead of silently not logging-in the user. Just had a question about someone not being able to log in and I only randomly had a hunch that github.io might be blocked.

(block list currently at https://github.com/indieweb/mediawiki-extensions/blob/master/LassoAuth.php#L17 )

sknebel commented 6 years ago

It seems like the mediawiki-extension has no hook or other way for showing an error when the blacklist is hit. We could either try to get that changed, or maybe enforce the blocklist somewhere in the lasso flow instead.

aaronpk commented 3 years ago

It's not the prettiest, but the wiki now shows this when someone logs in with a blocked domain.

Screen Shot 2020-08-31 at 7 03 43 AM