• Currently 4.5/5
  • 1
  • 2
  • 3
  • 4
  • 5
AIM OpenID Login

Based on Byrne Reese’s WordPress OpenID Login plugin, this plugin uses Movable Type’s OpenID Login framework to add a custom tab to the commenter login screen. AIM users and visitors from other AOL properties can log in with their screen name.

An updated version of this plugin is bundled with Motion (the upcoming Movable Type 4.25).

Requirements

1 Comment

I was having problems getting this plugin (v1.0) to work on MT 4.23, so I went in and hacked it up a bit. It seems to work now. Here's a diff of my changes to AimOpenId/lib/MT/Auth/Aim.pm


35c35,36
< sub _get_nickname {
---
> sub get_nickname {
>   my $class = shift;
42c43
<     *MT::Auth::OpenID::_get_nickname->(@_);
---
>     $class->SUPER::get_nickname(@_);

Leave a comment

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.