Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

gchan/devise_password_blacklist

Repository files navigation

DevisePasswordBlacklist

Gem Version Dependency Status License

Build Status Coverage Status Code Climate

TODO: Write a description of the gem here

Installation

Gemfile:

gem 'devise_password_blacklist'

Or install it yourself:

$ gem install devise_password_blacklist

Usage

TODO: Write usage instructions here

Supported Ruby versions

devise_password_blacklist supports MRI Ruby 2.x. The specific Ruby versions we build and test on can be found at TravisCI.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec or rspec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment. Use bin/benchmark to run some benchmarks.

To install this gem onto your local machine, run bundle exec rake install.

To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://www.github.com/gchan/devise_password_blacklist.

  1. Fork it ( https://github.com/gchan/devise_password_blacklist/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

devise_password_blacklist is Copyright (c) 2017 Gordon Chan and is available as open source under the terms of the MIT License.

Analytics

About

Password blacklisting for Devise. Checks passwords against the top 100,000 common passwords.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published