Difference between revisions of "Create a User"
(Created page with "Aa an administrator you can create an eprint user account by using the following steps. === Login === === Go to the "Admin" Screen, and then the "Systems Tools" tab. Then cli...") |
(add section on creating user via CLI) |
||
Line 1: | Line 1: | ||
Aa an administrator you can create an eprint user account by using the following steps. | Aa an administrator you can create an eprint user account by using the following steps. | ||
+ | == Via Eprints admin interface == | ||
=== Login === | === Login === | ||
=== Go to the "Admin" Screen, and then the "Systems Tools" tab. Then click on the "Create User" button === | === Go to the "Admin" Screen, and then the "Systems Tools" tab. Then click on the "Create User" button === | ||
Line 11: | Line 12: | ||
[[File:Create_user_stage_2_ss.png| Stage 1 of the User workflow]] | [[File:Create_user_stage_2_ss.png| 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 their username and password, suggesting that they change it as appropriate using their [[Managing Your User Profile|Profile page]] === | === The EPrints "Create User" functionality is basic, so you will have to contact the relevant person and securely pass on their username and password, suggesting that they change it as appropriate using their [[Managing Your User Profile|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. | ||
+ | |||
+ | <blockquote> | ||
+ | -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 | ||
+ | </blockquote> | ||
+ | |||
+ | epadmin will return a user ID for the newly created user. | ||
+ | |||
+ | When the user logs in they will be called "Unnamed user with email" until their profile is updated to fill in their name. |
Revision as of 00:02, 22 August 2018
Aa an administrator you can create an eprint user account by using the following steps.
Contents
- 1 Via Eprints admin interface
- 1.1 Login
- 1.2 Go to the "Admin" Screen, and then the "Systems Tools" tab. Then click on the "Create User" button
- 1.3 Enter the a username. This must be unqiue and will be ther username that the new user will use to log in. Then click "Create User"
- 1.4 The Next screen allows you to choose the user type, "User", "Editor" or "Repository Administrator". You can also assign roles on this screen. Click "Next" to go to the next part of the form.
- 1.5 The Final screen lets you fill in some details for the user, only an email and Name are required. You add a passowrd on this screen. Click "Save and Return" to finish the creating the user.
- 1.6 The EPrints "Create User" functionality is basic, so you will have to contact the relevant person and securely pass on their username and password, suggesting that they change it as appropriate using their Profile page
- 2 Via server command line
Via Eprints admin interface
Login
Go to the "Admin" Screen, and then the "Systems Tools" tab. Then click on the "Create User" button
Enter the a username. This must be unqiue and will be ther username that the new user will use to log in. Then click "Create User"
The Next screen allows you to choose the user type, "User", "Editor" or "Repository Administrator". You can also assign roles on this screen. Click "Next" to go to the next part of the form.
The Final screen lets you fill in some details for the user, only an email and Name are required. You add a passowrd on this screen. Click "Save and Return" to finish the creating the user.
The EPrints "Create User" functionality is basic, so you will have to contact the relevant person and securely pass on their username and password, suggesting that they change it as appropriate using their 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 user logs in they will be called "Unnamed user with email" until their profile is updated to fill in their name.