validation of my aim login

phildu - April 3, 2006 - 08:14
Project:Onlinestatus Indicator
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:xeniac
Status:closed
Description

module reject my login i dont understand why
maybe because it is too long : philppedeschamps@mac.com
i have try to hack the code but nothing appear wrong ???

#1

xeniac - April 10, 2006 - 16:44

The Registration-Rules for AIM Screennames are:
3-16 letters or numbers. It must start with a letter.

The onlinestatus module makes a check against this rules, so your screenname is to long and has illegal characters
Maybe your Screenname is only "philppedeschamps" ?

#2

phildu - April 12, 2006 - 10:58

no i'm sure

because i use my .mac account login to contact aim and ichat user.
there is a compatibility beetween them

#3

xeniac - April 14, 2006 - 22:06
Assigned to:Anonymous» xeniac

Please add me to your iChat buddylist and drop me a message, my AIM Screenname is xen1ac.

#4

xeniac - April 24, 2006 - 21:39
Status:active» needs review

i changed the reg-ex to

if (preg_match('/^([a-zA-Z][a-zA-Z0-9]{3,16}(@mac\.com)?)$/', $account)) {
        return true;
      }

This works for all AIM accounts that i know.

#5

xeniac - March 14, 2008 - 10:31
Status:needs review» fixed

Seems to be fixed.

#6

Anonymous (not verified) - March 28, 2008 - 10:41
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.