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 |
Jump to:
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
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
no i'm sure
because i use my .mac account login to contact aim and ichat user.
there is a compatibility beetween them
#3
Please add me to your iChat buddylist and drop me a message, my AIM Screenname is xen1ac.
#4
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
Seems to be fixed.
#6
Automatically closed -- issue fixed for two weeks with no activity.