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 ???

Comments

xeniac’s picture

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" ?

phildu’s picture

no i'm sure

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

xeniac’s picture

Assigned: Unassigned » xeniac

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

xeniac’s picture

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.

xeniac’s picture

Status: Needs review » Fixed

Seems to be fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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