usertools-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Usertools-bugs] Bug in userrevert


From: Spencer H Visick
Subject: Re: [Usertools-bugs] Bug in userrevert
Date: Mon, 20 Mar 2006 21:43:43 -0700
User-agent: Mutt/1.4.1i

Steve Barrus on Fri, Mar 17, 2006 at 04:54:21PM -0700 wrote:
> UserTools was written by a bunch of sloppy crack-heads.  Look at line
> 49 in userrevert.
> 
>   if ($uid =~ /\d/) {
> 
> This should be
> 
>   if ($uid =~ /^\d+$/) {
> 
> Can't usernames have numbers in them?

I think that was all me, chief. I think I was hitting the pipe.
After all, my username is dick4. 

Now the question is, are usernames allowed to consist of only digits?

-- 
Spencer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]