NewsBlur icon indicating copy to clipboard operation
NewsBlur copied to clipboard

iOS: Allow usernames up to 128 characters

Open samuelclay opened this issue 2 years ago • 2 comments

From a user:

Unknown

samuelclay avatar Nov 17 '22 18:11 samuelclay

Not just iOS, same issue with web & android version if filled with mail ID. (though works with username)

shuvashish76 avatar Nov 20 '22 18:11 shuvashish76

This error comes from the server (/api/login response):

{
    authenticated = 0;
    code = "-1";
    errors =     {
        username =         (
            "Ensure this value has at most 30 characters (it has 41)."
        );
    };
    result = ok;
}

Dejal avatar Nov 24 '22 01:11 Dejal