1
0
Fork 0

Include Gemfile entry for installation instructions

This commit is contained in:
Andrew Tomaka 2013-04-21 00:37:50 -04:00
parent a1ec781b8e
commit 62934cdc9c
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ devise-kerberos-authenticatable is a Devise exenstion that can be used to authen
Modify your /etc/krb5.conf file as necessary to authenticate against your Kerberos server.
###Rails Setup
* Update your gemfile
```gem 'devise-kerberos-authenticatable', :git => 'git://github.com/atomaka/devise-kerberos-authenticatable.git'```
* Edit config/initializers/devise.rb to use a username instead of email for login.
```config.authentication_keys = [ :username ]```