 Jeremy_GainesMember
Jeremy_GainesMember            
            
                             
                    Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Just out of curiousity:
Have you allowed spacers in your username settings?
ACP > General > user registration settings > limit username chars:
- alphanumeric and spacers
- any letters, number, and spacer
- any character
Perhaps if you haven't, it might cause to rewrite the username.
Make sure to select 'No' for if this post has answered your question.
Regards,
I temporarily fixed the problem by changing the limit of characters in the name to "any character "
I think that this problem is not in the oneall login, and in the Forum
can you help?
phpbb 3.1.5
The plugin also removes spaces in user logins, regardless of the PhpBB forum settings.
Regards.
The space removal is done in file sociallogin_acp_module.php, around line 1536
($data ['user_login'] = str_replace (' ', '', trim ($data ['user_login']));).
You could remove this line if you want to keep spaces.
Hope this helps.
Can you help?