mixu / useradmin

User administration and auth for Kohana 3
http://blog.mixu.net/2011/01/13/getting-started-with-useradmin-my-kohana-3-auth-admin-module/
105 stars 31 forks source link

Adding support for Kohana 3.2 and ORM. #12

Closed pdt256 closed 13 years ago

pdt256 commented 13 years ago

Deleting user_identity via ORM instead of DB directly. Adding request->param support for the following user controller actions: action_provider action_provider_return action_associate action_associate_return Adding new route that works with the above actions. Adding a proper duplicate email message. Renaming the user_identity table to user_identities.