-
Use user_insert/update hooks to save changes. Use the user_insert and user_update hooks to save chaanges (main mailfix module). Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Fix mailfix admin user deletion support. Get working the support for mailfix admins to delete users in managed domains. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Start to fix Mailfix permissions. Start to fix up Mailfix modules' permissions system functions to match the changes in D7. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Fix missed variable rename in mailfix_admin_update_user. Correct an instance of $account not being changed to $form_state. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Autocomplete domains for limited access mailfix admins. As per the previous commit, but for domains. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Fix mailfix_admin user autocomplete for limited access. Pass the uid being edited as an argument to the autocomplete path, and check the user can actually edit that user's account (no security leak!) before adding any additional values to the autocompletion results. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
More work on mailfix_admin for limited access users. More work on the mailfix_admin user interface for users who don't have administer_users - get data being saved properly. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Remove obsolete hook_user implementation. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Apply limited permissions in mailfix_admin autocomplete. If a user may only administer some other users, only show those users in autocompletion - they won't be able to save other values anyway. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
-
Make autocomplete available to all mailfix_admin users. Let users who are given permission to administer specific users' accounts be able to use autocomplete on mailfix_admin fields when doing so. Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>