Hello Federico, Unfortunately, DSpace does not store a registration (or creation) date in the database for user accounts. DSpace only stores a "last_active" date on the "eperson" table, and that date corresponds to the date the user last logged in.
If you have the DSpace log files between the two dates in question, you could possible look for "create_eperson" actions within the log files. Those would correspond to user accounts that were created at that date/time. The action in the log file should list an "eperson_id" which would correspond to its listing in the "eperson" database table. If you have further questions, let us know on this list. Tim On Mon, Mar 18, 2019 at 7:44 PM Federico Yemurenko < [email protected]> wrote: > Hi, I need to get all users registered into the repository between two > dates. Alternatively, in wich database field is recorded the date and time > a user registers to the system for the first time (when the eperson was > created) ? Can anyone help ? I run DSpace 6.2 on postgreSQL. Thanks in > advance > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-community. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
