User Account Locking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pturn

    #1

    User Account Locking

    I'm just getting to the end of creating a f/end - b/end database,
    which has all the security settings that the FAQ (and postings in this
    group!) suggest...

    Just one query, is it possible to lock a User account after they have
    entered the incorrect password X times?

    I can't think of a way to do this, as the actual code execution within
    the database doesn't start until successful login. Surely this
    provides an opening for unauthorised entry to the database, using a
    brute force method?

    PTurn
  • Tom van Stiphout

    #2
    Re: User Account Locking

    On 30 Jun 2004 06:31:49 -0700, pturn@talk21.co m (pturn) wrote:

    No.
    -Tom.
    [color=blue]
    >I'm just getting to the end of creating a f/end - b/end database,
    >which has all the security settings that the FAQ (and postings in this
    >group!) suggest...
    >
    >Just one query, is it possible to lock a User account after they have
    >entered the incorrect password X times?
    >
    >I can't think of a way to do this, as the actual code execution within
    >the database doesn't start until successful login. Surely this
    >provides an opening for unauthorised entry to the database, using a
    >brute force method?
    >
    >PTurn[/color]

    Comment

    Working...