authenticator: Cleanup around DB usage
Don't rollback the database when we don't use transactions (they are useless here, with single select being done to refresh again and again). Also, don't recycle the cursor, clean it up (it is reportedly better for the DB).
Please register or sign in to comment