Hi All,
I want to set up a program (as a stored process) that will allow people in my company to be registered as a user via a web form. On the public kiosk of our portal I have a url portlet pointing to a home page. I have a form on this page where a user requests access and then an admin adds the user and the user to groups and channels. I want to automate this part by following the below process.
1. User goes to our portal
2. User requests access adding;
a. Network Username
b. Full Name
c. Role
d. Department
e. Manager
f. Contact Number
g. Email
h. Groups they want access to (currently drawn from our metadata server)
3. User is added with the following details created;
a. User Full Name
b. Department added to the Description Field
c. Username added to logins with authentication domain as 'Default Auth'
d. Email & Phone added
e. Role,Department,Manager added as custom attributes
f. User assigned to the group 'Environ Users'
4. Email sent to both user and Admin notifying them they have been added.
What I am looking for is a code snippet that shows me how I can programatically;
a. Add a user to our metadata server
b. Assign a login with DefaultAuth
c. Add a description
d. Add phone and email
e. Add custom attributes.
f. Assign user to a group
Any help is appreciated
Regards,
Cameron
... View more