Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

ProxyConnect and blank cyrillic usernames

edited August 2012 in Vanilla 2.0 - 2.8

Hi!

I am using ProxyConnect to integrate Vanilla Forums with my project.

I am from Russia, so users of my project have usernames in format "Name Surname" with cyrillic letters.

At the moment of user registration ProxyConnect register the user with blank username, but if I doing the test on the ProxyConnect settings page ProxyConnect display cyrillic username right.

Vanilla have complicated framework and tracking this problem for newbe may take a long time, so if you can help me I will be gratefull.

Answers

  • Options

    RESOLVED!

    class.proxyauthenticator.php
    line 59:

    $UserName = trim(preg_replace('/[^абвгдеёжзийклмнопрстуфхцчшщьыъэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯ0-9- ]+/i','',$UserName));
    

    I am using only cyrillic usernames, so i don't need latin letters. And "а-яА-я" don't work - don't know why.

Sign In or Register to comment.