On Thu, Nov 21, 2013 at 10:10 AM, Bhavesh Patel <[email protected]> wrote: > We want to import users(epersons)(approx 200+) on specific groups into > DSpace.
Hi Bhavesh, this is possible only since DSpace 4.0 where you can do it using a command-line tool, see: https://wiki.duraspace.org/display/DSDOC4x/Managing+User+Accounts#ManagingUserAccounts-Fromthecommandline If you can't wait to upgrade to 4.0 before importing the users, I suggest you use SQL to create the new accounts (eperson table) and group mappings (epersongroup2eperson table). You can find the DB schema here: https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure > Also One thing we notice that when we add user(eperson) from DSpace > administrator then it will not send a email to that user(eperson) for reset > the password (and other details). But If we register from Main DSpace > Registration then it's send the email with URL (including the token for > complete the registration). Yes, this is a known issue that we're also trying to solve for DSpace 4.0: https://jira.duraspace.org/browse/DS-1642 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

