PDA

View Full Version : Renaming Users


leozh
Sat 14th Jun '03, 9:42pm
I have discovered a minor problem in vB3 Beta.

I have a user named 007. When I edit his profile through the acp, it changes his username to 7 for some reason and when I try to change it back, it does not let me unless I do it directly through the db.

Jake Bunce
Sat 14th Jun '03, 9:53pm
I have confirmed this on my fresh vB3 beta 3 forums. Moving to bugs forum for a dev to look at.

Scott MacVicar
Sat 14th Jun '03, 9:56pm
would be a problem with the function to construct the query, problem will exist with all integers

00125 will become 125 and so forth.

Freddie Bingham
Sun 15th Jun '03, 1:09am
I went ahead and put quotes around the value so that it will be saved as a string.