UBB.Dev
Posted By: tenshu finding a user in the database - 01/21/2004 12:22 AM
Hi there

how do i find a particular username in the database, whats happend is that he has changes his profile to spanish language but when he logs in it comes up with some page and he cant do anything from it, just reloads the same page all the time, so i need to set him back to english...

cheers
Posted By: RandyJG Re: finding a user in the database - 01/21/2004 1:16 AM
You should be able to edit the user and then 'edit profile' should have a language field to change.
Posted By: tenshu Re: finding a user in the database - 01/21/2004 1:53 AM
hmmm i dont seem to have a lanuage option in the edit profile area!

?
Posted By: Astaran Re: finding a user in the database - 01/21/2004 1:56 AM
You can run a query in the sql command window

Update w3t_Users SET U_Language = 'english' where U_Username = 'XXXX'


Replace XXXX with the username
Posted By: tenshu Re: finding a user in the database - 01/21/2004 6:09 AM
Thanks heaps!
© UBB.Developers