Create a User

From EPrints Documentation
Revision as of 07:25, 28 August 2018 by Th.lauke@arcor.de (talk | contribs) (typos and formatting fixed)
Jump to: navigation, search

As an administrator you can create an eprint user account by using the following steps.

Via Eprints admin interface

  • Log in as an Eprints administrator
  • Go to the "Admin" Screen, and then the "System Tools" tab. Finally click on the "Create user" button

Admin page, System Tools tab

  • Enter the a username. This must be unqiue (but capitalization is irrelevant!) and will be the username that the new user must use to log in. Then click "Create User"

Initial create user form

  • The next screen allows you to choose the user type, i.e. "User", "Editor" or "Repository Administrator". You can also assign roles on this screen. Click "Next" to go to the next part of the form.

Stage 1 of the User workflow

  • The final screen lets you fill in some details for the user, only email and name are required. You add an initial password on this screen. Click "Save and Return" to finish the creation of the user.

Stage 1 of the User workflow

  • The EPrints "Create user" functionality is basic, so you will have to contact the relevant person and securely pass on its username and password, suggesting to change it appropriately using its Profile page

Via server command line

  • Log in to server (and change to eprints user)
  • Run epadmin, entering username, permissions level, password and email address.

bash-4.1$ ./bin/epadmin create_user epprod

Creating a new user in REPOID

Enter a username [admin] ? NEW_USERNAME

Select a user type (minuser|user|editor|admin) [admin] ?

Enter Password?

Email? USER_NAME@EXAMPLE.COM


Successfully created new user:

ID: 1234

epadmin will return a user ID for the newly created user.

When the users created this way log in, they will be called "Unnamed user with email" until their profile is updated to fill in their name.