Changes between Initial Version and Version 1 of Ticket #15115, comment 2

Timestamp:
01/13/11 17:12:25 (2 years ago)
Author:
pampfelimetten
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15115, comment 2

    initial v1  
    11Well, I've discovered the bug because I wanted to use the filter, and there are scenarios where it can be useful. Removing it wasn't my intent at all, I'd rather like to see it improved. 
    22 
    3 What I want to do: We have a pretty big cms-like installation with 1000s of users. There is an intermediate management level between the admins and the authors, which are station managers, who can add new users to their station (of which we have about 15). But to keep it as simple as possible, we want to autogenerate the password which is sent to the new user, so we want to disable the password input field for the stationmanagers. 
     3What I want to do: We have a pretty big cms-like installation with 1000s of users. There is an intermediate management level called stationmanagers between the admins and authors. They can add new users to their station. But to keep it as simple as possible, we want to autogenerate the password which is sent to the new user, so we want to disable the password input field for the stationmanagers. 
    44 
    55Maybe it would be a good idea to use different filters for users-new.php and user-edit.php? And of course fix the issue that using the filter prevents the user-new to function at all, as I've described in the ticket description.