I've checked the language file and can't find it anywhere. "If that is your account, please go to your membership page to login into your subscription." "your membership page" is a link to member.php. Thanks! renee
Is this an error message that pops up on the signup page? May be in one of the javascript files that checks for an existing username. David
amember\language\en.php Code: define ('_UNIQ_LOGIN_EXSTS_TEXT_2', 'If that is your account, please go to %syour membership page%s to login into your subscription.'); which is called from a couple of places: ameber\ajax.php amember\unique_login.php