User Story #762 (closed)
Opened 12 years ago
Closed 11 years ago
Import/Export users from external source
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta3 |
| Component: | WebAdmin | Keywords: | n.a. |
| Cc: | Story Points: | n.a. | |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
- Importing Experimenters from: CSV, XLS, XML.
- Exporting users.
- Place for storage files.
- Validation for files.
Change History (9)
comment:1 Changed 12 years ago by atarkowska
comment:2 Changed 12 years ago by atarkowska
comment:3 Changed 12 years ago by atarkowska
- Component changed from General to WebAdmin
comment:4 Changed 12 years ago by atarkowska
- Milestone changed from Unscheduled to 3.0-Beta3
comment:5 Changed 12 years ago by atarkowska
comment:6 Changed 12 years ago by atarkowska
For Beta 2.2 works only importing files (CSV and XLS)
comment:7 Changed 12 years ago by atarkowska
Import files needs to have independent directory for storing files. This dir is set on web.xml as:
<context-param> <param-name>usersListsDir</param-name> <param-value>/OMERO/UsersLists</param-value> </context-param>
comment:8 Changed 12 years ago by atarkowska
comment:9 Changed 11 years ago by atarkowska
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
importing users: r1740 and r1741