spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Password incorrectly spelled as 'Passoord' #32

Closed Samnan closed 12 years ago

Samnan commented 12 years ago

https://github.com/spadefoot/kohana-orm-leap/blob/3.2/master/classes/base/model/leap/user.php

Line 49 says: Passoord

Caused Auth to fail with exception. Please fix the typo :)

bluesnowman commented 12 years ago

Much appreciated. We just added the auth module this past week so I am in the process of debugging it. I will fix it immediately. Please let me know if you find any others.

bluesnowman commented 12 years ago

I fixed the misspelled field name. I will work on the other issue you also submitted here in a little bit.