-
Notifications
You must be signed in to change notification settings - Fork 35
Users creation
There are two ways to define user in iSkyLIMS:
- Using django admin (Need to be logged as admin)
- Using Register form in iSkyLIMS
Type on the navigator "http://localhost/admin/" to get the admin utilities in django
Click on "Add" icon to add a new user.
Fill all the information in the user form and then click on the "SAVE" button
Type on the navigator "http://localhost" and click on register link or go directly to the link "http://localhost/utils/user_creation"
With this alternative, you do not need to be admin to create the user accounts. The user himself can create the account by filling the form, and keeping save the password
For any of the previous described method, is nice that you create several users to have at least one user with the admin_iSkyLIMS and other user for WetlabManager.
The assignation the user to any group can be done at any time, but assigning them now you could see and understand better the different information that is showed according to logged user profile.
To assign the user you have again to type in your Navigator http://localhost/admin/
and login as admin.
Click on User link to get all the user defined on iSkyLIMS.
Find the user that has to have the admin_iSkyLIMS and click on the name to get user account information and scroll down to find the Permission panel.
Select the admin_iSkyLIMS and click on the small right arrow to move this group to the list of "Chosen group".
Then click on Save button to apply the change.
Now select the user that is the wetlabManager and repeat the previous procedure but now selecting from the "Available Groups" the wetlabManager.