search for: default_password_hash_typ

Displaying 1 result from an estimated 1 matches for "default_password_hash_typ".

2006 Apr 22
5
ActiveRBAC 0.3.1 Released
...m with the "railfix" code in Rails 1.1 (#114) * ActiveRBAC now runs with Rails 1.1 (tested with 1.1.2) (#118) * The files in app/model become stubs which simply import the ActiveRBAC mixins. This should make extending Models in your own code easier. (#112) * Moving the constants User::DEFAULT_PASSWORD_HASH_TYPES and User::DEFAULT_STATES to private class methods with lowercased names. (CHECK FOR DEPENDENCY IN YOUR CODE) * Renaming the "redirect_to" parameter/session variable nam of LoginController to "return_to" (#103) * Adding "all_static_permissions" method to User. (...