2017 © Pedro Peláez
 

craft-plugin craft-password-policy

Enforce a password policy on your users.

image

rias/craft-password-policy

Enforce a password policy on your users.

  • Thursday, June 21, 2018
  • by Rias500
  • Repository
  • 2 Watchers
  • 16 Stars
  • 254 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 133 % Grown

The README.md

icon, (*1)

Password Policy plugin for Craft CMS 3

Enforce a password policy on your users. This plugin can also check the Have I been Pwned database to make sure users use a password that is secure., (*2)

Policy Errors: Screenshot, (*3)

Password Strength Indicator Screenshot, (*4)

Requirements

This plugin requires Craft CMS 3.0.0., (*5)

Installation

You can install this plugin through the plugin store., (*6)

Configuration

You can configure this plugin by adding a config/password-policy.php file:, (*7)

<?php

return [
    // Minimum password length
    "minLength" => 16,

    // Maximum password length
    "maxLength" => 160,

    // Force users to use different cases
    "cases" => false,

    // Require at least 1 number
    "numbers" => false,

    // Require at least one symbol
    "symbols" => false,

    // Show a password strength indicator
    "showStrengthIndicator" => true,
];

Or through the plugin settings, (*8)

Screenshot, (*9)

Brought to you by Percipio Global Ltd., (*10)

The Versions

21/06 2018

dev-master

9999999-dev

Enforce a password policy on your users.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft strong passwords

21/06 2018

1.0.3

1.0.3.0

Enforce a password policy on your users.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft strong passwords

11/04 2018

1.0.2

1.0.2.0

Enforce a password policy on your users.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft strong passwords

08/04 2018

1.0.1

1.0.1.0

Enforce a password policy on your users.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft strong passwords

07/04 2018

1.0.0

1.0.0.0

Enforce a password policy on your users.

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft strong passwords