Bug reports
Contributing
Custom layouts for devise
Extensions
Welcome to the Devise Wiki!
How To: Redirect with locale after authentication failure
How To: Add an Admin Role
How To: Add sign_in, sign_out, and sign_up links to your layout template
How to: Add timeout in value dynamically
How To: Allow users to edit their account without providing a password
How To: Allow users to edit their password
How To: Allow users to sign in with something other than their email address
How To: Allow users to sign_in using their username or email address
How To: Automatically generate password for users (simpler registration)
How To: change an already existing table to add devise required columns
How To: Change the default sign_in and sign_out routes
How To: Change the redirect path after destroying a session i.e. signing out
How To: Configure a master password
How To: Controllers and Views tests with Rails 3 (and rspec)
How To: Create a custom encryptor
How To: Create a guest user
How To: Create custom layouts
How To: Create Haml and Slim Views
How To: Customize routes to user registration pages
How To: Customize the redirect after a user edits their profile
How To: Customize user account status validation when logging in
How To: Disable user from destroying his account
How To: Disallow previously used passwords
How To: Display a custom sign_in form anywhere in your app
How To: Do not redirect to login page after session timeout
How To: Embed users in your account model with Mongoid
How To: Find a user when you have their credentials
How To: Integrate with CanCan for roles management