-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Alex Badea
Sent: 28. februar 2002 17:59
To: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] New users
begin quote from Haugesund.EU.NO.d2g.com on Feb 28, 2002:
> Hi
>
> I have problems whit new user regs, when new users are trying to login
> to Cservice bot (X)
>
> -X- AUTHENTICATION FAILED as user
>
> -.Comet-
>
Did you set the default value of the 'maxlogins' columns to be '1'?
--
Alex Badea
Yes I did..
[gnuworld@comet gnuworld]$ psql cservice
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
cservice=#
cservice=# UPDATE users SET maxlogins = 1;
UPDATE 9
cservice=#
I need to do that everytime some one have register a new username and
restart gnuworld..
-Comet-