|
Revision 385, 1.5 kB
(checked in by fumiakiy, 19 months ago)
|
|
OpenID with Ban List plugin, 0.1.
|
-
Property svn:keywords set to
Id Author Date Revision
|
| Line | |
|---|
| 1 | = OpenID commenter authenticator with ban list = |
|---|
| 2 | This is a plugin for Movable Type 4.0 and up. This plugin is to ban certain OpenID by setting up the list of ID providers. Example of usage may be that you don't want anonymous OpenID user to comment to your community blog. |
|---|
| 3 | |
|---|
| 4 | To be honest, I, the developer of the plugin, am not sure if this is a good thing to ban an ID based on its provider. The small the provider the greater the chance they might have more bad users? I don't think so. |
|---|
| 5 | |
|---|
| 6 | == Installation == |
|---|
| 7 | Place all of the items under plugins directory into the plugins directory of your Movable Type installation. This includes copying a file directly under plugins/OpenIdwithBanList directory, and copying two directories (lib and tmpl) under the directory as well. |
|---|
| 8 | |
|---|
| 9 | == Set up == |
|---|
| 10 | Go to the blog's setting screen. Go to Registration screen. Check "OpenID w/ ban list" option and save. |
|---|
| 11 | |
|---|
| 12 | Now go to Manage - Banned IdPs to show list of banned IdPs. You can add and delete IdP in this screen. |
|---|
| 13 | |
|---|
| 14 | You can ban OpenID by its portion. For example, if you ban http://www.luckypines.com/, you are banning any OpenID including http://www.luckypines.com/ in it from commenting. Any existing commenter who is already registered and commented is also banned when you add the URL, if the OpenID for him/her includes the portion. |
|---|
| 15 | |
|---|
| 16 | Unfortunately, deleting IdP from the list does not unban existing commenters currently. |
|---|
| 17 | |
|---|
| 18 | Enjoy. Let's not ban too many OpenID ID providers out there for no reason... |
|---|