ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: CrimeS on May 03, 2016, 11:07:40 am

Title: Login error
Post by: CrimeS on May 03, 2016, 11:07:40 am
I've got a message from a member of polish smf support that he's not able to sign in. I checked it and there's a database error for anyone that tries to login (it's fine if you're logged already)
Title: Re: Login error
Post by: TE on May 03, 2016, 12:10:06 pm
Fixed.. There's a new column in elkarte_membes, which tracks the last used one time password OTP). It's an additional protection to ensure the one time password is only used once..

Code: [Select]
ALTER TABLE [icode]elkarte_members[/icode] ADD [icode]otp_used[/icode] INT(6) NOT NULL DEFAULT '0' ;
Title: Re: Login error
Post by: emanuele on May 04, 2016, 05:59:31 am
Was that something related to the recent upgrade or just the further updates of the files?
Title: Re: Login error
Post by: TE on May 04, 2016, 12:27:10 pm
Quote from: emanuele – Was that something related to the recent upgrade
This.