Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is composed of 7 additional Devise modules:
* `:session_limitable` - ensures, that there is only one session usable per account at once
* `:expirable` - expires a user account after x days of inactivity (default 90 days)
* `:security_questionable` - as accessible substitution for captchas (security question with captcha fallback)
* `:paranoid_verification` - admin can generate verification code that user needs to fill in otherwise he wont be able to use the application.
* `:paranoid_verification` - admin can generate verification code that user needs to fill in otherwise he won't be able to use the application.

Configuration and database schema for each module below.

Expand Down