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
- Host: GitHub
- URL: https://github.com/schmidt/redmine_zxcvbn
- Owner: schmidt
- License: gpl-3.0
- Created: 2016-03-30T12:45:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T13:14:31.000Z (over 8 years ago)
- Last Synced: 2025-04-20T14:46:00.181Z (about 1 year ago)
- Topics: hacktoberfest, redmine-plugin, ruby
- Language: CSS
- Homepage: https://www.redmine.org/plugins/redmine_zxcvbn
- Size: 433 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- Changelog: CHANGELOG.rdoc
- License: LICENSE.txt
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.