An open API service indexing awesome lists of open source software.

https://github.com/schmidt/redmine_zxcvbn

Redmine zxcvbn plugin
https://github.com/schmidt/redmine_zxcvbn

hacktoberfest redmine-plugin ruby

Last synced: 9 months ago
JSON representation

Redmine zxcvbn plugin

Awesome Lists containing this project

README

          

= redmine_zxcvbn

This plugin adds a password quality meter based on
https://github.com/dropbox/zxcvbn to Redmine's password fields to improve the
user's password choices.

== Preview

https://raw.githubusercontent.com/schmidt/redmine_zxcvbn/master/assets/doc/zxcvbn.png

== Installation

Please follow the default Redmine plugin installation instructions on
https://redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin. This plugin does not contain any migrations or additional gem dependencies.

== Usage and Configuration

After successful installation, this plugin is ready to use and does not need any
configuration.

== Copyright

Created by Gregor Schmidt - https://www.nach-vorne.eu - 2016

Redmine zxcvbn is free software published under the terms of the GNU General
Public License as published by the Free Software Foundation. See LICENSE.txt for
details.

If you did not receive a copy of the GNU General Public License along with the
plugin, please see http://www.gnu.org/licenses/gpl-3.0.txt

This plugin depends on zxcvbn published on https://github.com/dropbox/zxcvbn
under the terms of the MIT License. See assets/vendor/LICENSE.txt for details.