devise-uncommon_password 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/devise/uncommon_password/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c16281f7745f0753e5490a0610e1e1e08520b85c
|
|
4
|
+
data.tar.gz: 98f7e25b4b0c9f2628e2afcbac0ddbe82d459d66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b647945ee7018b52e84b1aa2d1703babb2d13c2cd2067867baae8013fb1aeb8b4b095820960529b57bc0728e8da3101750b20b520d411fe06bcafdd42571eee8
|
|
7
|
+
data.tar.gz: 7bed5651b5fabb2502ee7c5a1b77c2b87e50ae5ad8b9b0a911e897070d34a927ff2052225271f9b52bebff7d8d10ec18c2610a20b665069d7ec230d6c80af5f5
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://travis-ci.org/HCLarsen/devise-uncommon_password)
|
|
4
4
|
[](https://codeclimate.com/github/HCLarsen/devise-uncommon_password)
|
|
5
5
|
|
|
6
|
-
Devise::UncommonPassword is an extension for the devise gem, which prevents users from signing up using one of the 100 most common passwords. Currently, the list of common passwords is derived from the list at http://www.passwordrandom.com/most-popular-passwords. As devise already rejects passwords less than
|
|
6
|
+
Devise::UncommonPassword is an extension for the devise gem, which prevents users from signing up using one of the 100 most common passwords. Currently, the list of common passwords is derived from the list at http://www.passwordrandom.com/most-popular-passwords. As devise already rejects passwords less than 6 characters in length, I removed all such passwords from the list, and then selected the top 100 from the remaining passwords.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-uncommon_password
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Larsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|