From 34b15f7925b7d222655f9266b077a4ab2042656d Mon Sep 17 00:00:00 2001 From: "Armen P." Date: Tue, 17 Sep 2013 18:22:11 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486117e..15a4941 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ To manually enable two factor authentication for the User model, you should add Two default parameters ```ruby - config.login_code_random_pattern = /\w+/ - config.max_login_attempts = 3 + config.devise.login_code_random_pattern = /\w+/ + config.devise.max_login_attempts = 3 ``` Possible random patterns