aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/locale/en.yml
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-12-19 14:58:14 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-12-19 15:01:29 -0200
commit08ccd29b5b1e3badc2176a8036fea138b774c38f (patch)
tree9cda3f80b5cad5d6cb525dffcf38bc1c6de17e72 /activemodel/lib/active_model/locale/en.yml
parent37e643120a5f4ba9fa15b74d6f489f7a0bb66c0d (diff)
downloadrails-08ccd29b5b1e3badc2176a8036fea138b774c38f.tar.gz
rails-08ccd29b5b1e3badc2176a8036fea138b774c38f.tar.bz2
rails-08ccd29b5b1e3badc2176a8036fea138b774c38f.zip
Remove weak_passwords list and the length/strong password validator, leave that up to the programmer
Diffstat (limited to 'activemodel/lib/active_model/locale/en.yml')
-rw-r--r--activemodel/lib/active_model/locale/en.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/activemodel/lib/active_model/locale/en.yml b/activemodel/lib/active_model/locale/en.yml
index 4a27355c6c..44425b4a28 100644
--- a/activemodel/lib/active_model/locale/en.yml
+++ b/activemodel/lib/active_model/locale/en.yml
@@ -25,7 +25,3 @@ en:
less_than_or_equal_to: "must be less than or equal to %{count}"
odd: "must be odd"
even: "must be even"
-
- attributes:
- password:
- insecure: "is too weak and common"