Task #1944 (closed)
Move omero/adduser.py to plugin
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | n.a. | Milestone: | OMERO-Beta4.2 |
| Component: | n.a. | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-03-05 (4) |
Description
The adduser.py script could be made into a plugin.
Change History (8)
comment:1 Changed 9 years ago by jmoore
- Cc jburel added
- Remaining Time changed from 0.25 to 0.1
comment:2 Changed 9 years ago by jmoore
Forgot to mention r6212 for the previous comment.
comment:3 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:4 Changed 9 years ago by jmoore
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from assigned to closed
(In [6271]) fix #1944 - Adding initial group.py plugin to go along with user.py
Closing since these files now exist. More methods should be added.
Suggestions include:
- bin/omero group add <groupname> <username1>
- bin/omero group set owner <groupname> <username1> ...
- bin/omero group unset owner <groupname> <username1> ...
- bin/omero group list
- bin/omero group members
- bin/omero user list
- ...
comment:5 Changed 9 years ago by jmoore
comment:6 Changed 9 years ago by jmoore
comment:7 Changed 9 years ago by jmoore
comment:8 Changed 9 years ago by jmoore
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Now available:
Need to discuss what other commands need to be made available.