Security

๐Ÿ” PIN System

The PIN system can be configured in config/shared.lua. See Configuration Guide for setup.

๐Ÿ›ก๏ธ Rate Limiting

For detailed information about rate limiting protection, see our Rate Limiting Guide.

rateLimit = {
    enabled = true,
    limits = {
        requestUI = 5,      -- UI request cooldown
        putPhone = 5,       -- Storage cooldown
        takeoutPhone = 5,   -- Retrieval cooldown
        recoverPhone = 10   -- Recovery attempt cooldown
    }
}

๐Ÿ‘ฎ Staff Recovery

Access Configuration

Recovery Process

  1. Staff checks lost phone list

  2. Verifies ownership

  3. Processes recovery request

  4. Returns phone to owner

๐Ÿ“ Logging

  • Phone storage/retrieval

  • Failed PIN attempts

  • Staff recoveries

  • Rate limit triggers

โš ๏ธ Security Tips

  • Use unique PINs

  • Regular staff monitoring

  • Keep recovery grades restricted

  • Enable logging in production


Secured by Sahara Scripters - Because '1234' isn't a good PIN

Last updated