Fw: (RADIATOR) Disabling users using mysql

2002-12-17 Thread Romain Vergniol
It seems that my last message died before arriving on the mailing-list :) - Original Message - From: "Romain Vergniol" <[EMAIL PROTECTED]> To: "Anton Krall" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 11:27 AM Subject

Re: (RADIATOR) Disabling users using mysql

2002-12-16 Thread Romain Vergniol
hope this helps, Romain Vergniol --- C E G E D I M --- Equipe Reseau Tel : +33 (0)1 49 09 84 02 Mail : [EMAIL PROTECTED] - Original Message - From: "Anton Krall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 5:32 PM Subject: (RADIATO

RE: (RADIATOR) Disabling users using mysql

2002-12-15 Thread Anton Krall
> [mailto:[EMAIL PROTECTED]] On Behalf Of Hugh Irvine > Sent: Viernes, 13 de Diciembre de 2002 03:36 p.m. > To: Anton Krall > Cc: [EMAIL PROTECTED] > Subject: Re: (RADIATOR) Disabling users using mysql > > > > Hello Anton - > > You simply need to specify your own Au

RE: (RADIATOR) Disabling users using mysql

2002-12-13 Thread Anton Krall
[EMAIL PROTECTED]] > Sent: Viernes, 13 de Diciembre de 2002 03:36 p.m. > To: Anton Krall > Cc: [EMAIL PROTECTED] > Subject: Re: (RADIATOR) Disabling users using mysql > > > > Hello Anton - > > You simply need to specify your own AuthSelect statement in &g

Re: (RADIATOR) Disabling users using mysql

2002-12-13 Thread Hugh Irvine
Hello Anton - You simply need to specify your own AuthSelect statement in the AuthBy SQL clause: # define AuthBy Identifier CheckSQL . AuthSelect select PASSWORD from SUBSCRIBERS where USERNAME=%0 and STATUS=1 AuthColumnDef 0, Password, check . . regards Hugh On Satur

(RADIATOR) Disabling users using mysql

2002-12-13 Thread Anton Krall
Guys, I need help trying to figure how to do this: Im using mysql as my SUBSCRIBERS db for radiator users. I have 2 columns, username and password and I want to add a 3rd one saying active so that when a user tryies to login, radiator will also check this caloumn and if active is = 1 it lets him i