https://bugs.contribs.org/show_bug.cgi?id=10796

--- Comment #3 from Brian Read <[email protected]> ---
ok, looking through the code I've found that my NOIP username is my email
address, and I think the validation code in /etc/e-smith/web/functions/ddclient
is this

   if ($domainLogin =~ /^([\-\'\w][\-\'\w\s\.]*)$/)
    {
        $domainLogin = $1;
    }
    else
    {
        showInitial ($q, $fm->localise('DOMAIN_LOGIN_VALIDATION_ERROR',
                     {domainLogin => $domainLogin}));

Which I think will fail on the "@" in the username.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to