Does userNoConsole reset after a certain time period
Is there any functions built into 7.2.8 to automatically reset the [userNoConsole] flag after a certain time period? I understand after entering my password a number of times the flag is set to true and I am unable to login.
I don't see anything that would be resetting this, would I have to build my own functionality in the database to reset the flag after a certain time period?
Yup, we don't have anything in place to reset it. You could build a scheduled task that checks how long ago the user was blocked and if a predefined time has expired they're enabled again.
Does userNoConsole reset after a certain time period
Is there any functions built into 7.2.8 to automatically reset the [userNoConsole] flag after a certain time period? I understand after entering my password a number of times the flag is set to true and I am unable to login.
I don't see anything that would be resetting this, would I have to build my own functionality in the database to reset the flag after a certain time period?
Yup, we don't have anything in place to reset it. You could build a scheduled task that checks how long ago the user was blocked and if a predefined time has expired they're enabled again.
I ended up using the Lockout Membership Provider plugin instead of creating my own. Will look into that in the future if necessary, thanks.
is working on a reply...