exposed password not empty

This commit is contained in:
Nikolay Markov 2012-07-06 12:31:04 +04:00
parent 0d69169777
commit e27620a251

View File

@ -1,2 +1,2 @@
default[:head_key][:nested_key] = "value"
default[:service][:password] = "" # Let's use this for password generation check
default[:service][:password] = "password" # Let's use this for password generation check