0 Replies Latest reply on Nov 25, 2002 7:08 AM by gfzhang

    Why a user removed from database can still login?

    gfzhang

      The web app uses form-based login, and a login module is designed to authecticate a user.

      When a user login, and then log out. I delete the user from the database. The user can still login. It seems that in this case, the login module is not called.

      How to solve this problem?