3.44.8. ClearBadloginsQuery Previous topic Parent topic Child topic Next topic

This optional parameter specifies the SQL query to issue if AuthBy RADMIN detects a good password. It is intended to clear a count of the number of bad logins, which can then be checked during authentication. %0 is replaced with the name of the user being authenticated. Other special formatting characters may be used.
Defaults to:
update RADUSERS set BADLOGINS=0 where USERNAME=%0