Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • visionbites visionbites

    Password Policy

    Enforce a password policy on user creation or password change

    Docs Source

    Manual

    Download and extract the folder to site/plugins/kirby-password-policy

    Git Submodule

    '/^(?=.*[0-9])(?=.*[!@#$%^&*])[A-Za-z\d!@#$%^&*]{16,}$/'
    Version
    1.0.0
    License
    MIT
    Stars
    5
    Supports
    K5 K4
    Created
    19 Dec 2024
    Updated
    18 Dec 2024

    Info

    Topics
    • Security
    • User management
    Implements
    • Hook(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.0.0

    Similar plugins

    • Password Guard Password Guard is a simple password protection for your Kirby website. It allows you to set a password that needs to be entered in order to … K4
    • 
      return [
          'bnomei.securityheaders.headers' => [
              'X-Frame-Options'        => 'SAMEORIGIN',
              'X-XSS-Protection'       => '1; mode=block',
              'X-Content-Type-Options' => 'nosniff',
              ...
          ]
      ];
      Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3
    • Headless Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more K5 K4 K3

    More by visionbites

    More
    • Usage Reference Display all references to a page or image. K4 K3
    • fields:
        alt:
          type: atai
          label: Alternative text
      ATAI Generate alternative text for images using alttext.ai K5 K4