The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registratioon problem
Hello!
We have a problem with registration. For example we have a user with "John" nickname. Any new user can register with "john" nickname. How can we solve this? I couldn't find. |
#2
|
||||
|
||||
I was under the impression that wasn't possible, and that case sensitivity wasn't part of the registration check. What are some of examples of the actual names being re-registered?
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
That should not happen on a totally default vbulletin board. Try disabling your modifications/plugins and see if you still have this problem (try registering an existing username).
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php PHP Code:
|
#5
|
|||
|
|||
There is only VBSEO installed at our forum.
|
#6
|
|||
|
|||
The registration code checks for an existing user name by doing a query of the database, and it uses '=' to compare the strings. '=' is normally case insensitive, but that depends on the character set/collation (which I really don't know anything about). So I'm thinking maybe your database settings for character set and/or collation is causing it not to recognize upper/lower case letters as the same. But unfortunately I don't know how you'd go about fixing that.
|
Благодарность от: | ||
Lynne |
#7
|
|||
|
|||
How can I solve this?
|
#8
|
||||
|
||||
If it's something like kh99 suggests, then you might need to check with your host to see if the database is the issue.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|