jdtornow / challah

User authorization and session management in Rails.
MIT License
18 stars 7 forks source link

Allow for case-insensitive finding of user by username/email #8

Closed thewatts closed 10 years ago

thewatts commented 10 years ago

Allow User.find_for_session to intake case insensitive data.

Also, a little cleanup - there was some unnecessary duplication.

jdtornow commented 10 years ago

Many thanks @thewatts :)

thewatts commented 10 years ago

My pleasure!