Browse Source

Merge pull request #11 from edg3r/patch-1

Update README.md
master
Dmitrii Golub 11 years ago
parent
commit
5f3519508e
  1. 4
      README.md

4
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

Loading…
Cancel
Save