...
(2) Light programmatic registration
...
(1) Manager creates users from the RosettaHub portal
...
Click on Create User Button in the Users panel
Input first name, last name, email and password
Select the organization to which the user will be added
Select the user Type
Input an initial budget for the user, the budget will be transferred from the root cloud acocunt
Select the Root Cloud Account to create a cloud account for the user which is derived from the selected root cloud account
Click the checkbox to confirm that you have the consent of the users to be added to the platform
Click create
After about one minute, the user will be created and will be assigned a sub-cloud account of the selected root cloud account. the user does not receive a welcome email, but you can send the user an email with a link to reset their credentials using the action "Send Credentials" user Actions → Email
(2) Light Programmatic Registration (using Python)
...
Install the Python module zeep
|
It mimics the creation of a user from the RosettaHub portal. It does not require users to verify their emails and gives the manager the option of setting a user password and of allocating or not allocating a cloud account to the new member.
All you need to do is run a code similar to the one below by inputting the user's first name, last name, email, password, type, organization, root cloud account uid and initial budget. Your root cloud accounts can be found in the panel My Cloud Accounts
...
Light User Registration
|