thread create & visitor username

Brett Peters

Well-known member
I am currently looking at changing the create thread visitor username so that it does not require a unique name, Basically I just want to allow multiple guest users to be able to use the same name.

If anyone can either post an example or let me know what file needs to be edited, I would be very grateful
 
That check is made in this file:

library/XenForo/DataWriter/User.php

Search for "usernames_must_be_unique".
 
Top Bottom