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

deleting user from useradmin not working #14

Closed chrix98 closed 12 years ago

chrix98 commented 12 years ago

Deleting a user from the admin-user console does not seem to work. it keeps looping at the confirmation dialog.

upon debugging I found that the ID is not coming through as a parameter to Useradmin_Controller_Admin_User->action_delete. (modules\useradmin\classes\useradmin\controller\admin\user.php)

On the initial page load, the ID exists in the URL but in the function $id is null.

chrix98 commented 12 years ago

ok, my bad - this is one of the things related to the changes required for 3.2 - Enigma has most fixes posted already.