|
|
|
|
|
by KevinMS
5798 days ago
|
|
I'm on it right now, would have been done last night but having trouble with rails 3.0 and gem paths. But its not true it wont have any functionality, it does what it claims to do, which isn't much, but its something. Putting auto_hash :password, :field2, :field3
In a model will automate the process of "cryptofying" (using a fake word to avoid any more terminology disputes)
database fields :password, :field2, :field3 upon save or updateThen it will give you a dynamic accessors like user.password_match?, user.field2_match? This saves lines of ugly code I don't want to look it, and also frees up the models before_save hook. Amendment: I think this will make auto_hash the only auth related plugin that defaults to, and only offers, bcrypt |
|