Custom Self Registration Page (New Users)

I'm looking for some directions for creating a custom self-registration for new users. Along with self-creating a new user, I would like the user to select (via a comboBox) a preferred Provider. When a Provider is selected, it will add them to a user group for accessing that provider. In addition, after the user is created, an email will fire; notifying the Portal Admin of a new user.
Is this possible? I would appreciate any head start or direction for this scenario.
Thanks,
Ron

repost
I too am wondering about this.
Anybody?
Bill G...

Similar Messages

  • Customized Self Registration results in User-defined exception

    Hello Folks,
    I've set up a custom self-registration form based on the Metalink Document 277789.1, but every time I try to create a new user I get a user defined exception. The user gets created but I still get a user-defined exception. Is it possible to get a more user-friendly message or easily create a custom self registration page?
    Any suggestions would be greatly appreciated, as I'm a newbie to Portal.
    BTW I'm using Oracle version 9.x.
    Thanks!

    have you worked on Self Registration. Could you send me a link or document which provides moore details about the same.
    I want to customize the self registration form for the oracle portal, to add more fields and store it in the database.
    I tried to access the metalink document as mentioned by u but was unable to access the same
    Thanks in advance.
    Your response will be highly appreciated

  • Creating/Pushing Users in OIM through customized self registration page

    Hello there,
    I was envisioning to push users into OIM (create users in oim database) by means of self made registration pages (JSP). I know that the user profiles are created in UPA_USR table in OIM db. Can we directly create users in the same from different source other than standard OIM self registration page?
    I tried to do it by pushing the users in a different db table and then reconciling the user profiles from it. That worked!
    Does anybody have any clues about the former issue?
    Thanks in advance.

    Have you looked through the APIs?
    I have never seen anything that would let you do this but on the other hand I have never looked for it.
    You always have the option to push things straight into the back end tables but it is often hard to ensure that you didn't miss something and you don't have any guarantee that future upgrades or patches won't break things.
    Best regards
    /Martin

  • How to set password entered by user in the custom self registration app?

    Hi All,
    I am trying to create a customized self registration page on the portal logon page using Webdynpro JAVA application. Now the problem I am facing is that I am not able to identify how to set the initial password for the user in the portal that is entered by the user while registering through the application.
    I am using the object as:
    IUserFactory userFact = UMFactory.getUserFactory();
    IUserMaint userMaint = userFact.newUser(user);
    I am able to set different parameters such as First Name,Last Name, User Id, Email Id, etc but not the password.
    Any pointers will be highly appreciated.
    Thanks in Advance.
    Regards.
    Rajat

    Hi Rajat Jain,
    Try the below code.
    IUserAccountFactory mAccountFact = UMFactory.getUserAccountFactory();
    IUserAccount userAccount =mAccountFact.getUserAccountByLogonId(login); // Provide login
    IUserAccount muserAccount = mAccountFact.getMutableUserAccount(userAccount.getUniqueID());
    muserAccount.setPassword(oldPassword.trim(), confirmPassword.trim());
    muserAccount.save();
    muserAccount.commit();
    Regards,
    VJR.

  • How to create customer self registration form iReceivables in 11.5.10.2

    Hi,
    I am new to iReceivables and in need to know how to create customer self registration in iReceivable 11.5.10.2.
    Please give the steps. I the guide its mentioned as need to create the static HTML page. If so please let me know how to do it. Please give me if you are having any sample code.
    Regards
    Suresh P

    Please see these docs.
    SelfService Registration Link Not Working For iReceivables [ID 603353.1]
    iReceivables user tries to register for iStore and message 'Email Address Is Already In Use' [ID 1114661.1]
    Questions: Auto Login After Self-Registration [ID 403097.1]
    How to Find iReceviables Patchset Level on 11i Instance [ID 263942.1]
    How To Create Custom Self Registration Challenge Questions In 11i [ID 759998.1]
    iReceivables Self Registration Challenge Question not Working [ID 961586.1]
    The Ireceivables Self Registration Page Errors Out. What Are the Setups to Review? [ID 414161.1]
    How To Control The Invoice Picked Up In iReceivable Self Registartion Challenge Question? [ID 1310902.1]
    Thanks,
    Hussein

  • Validating Date fields in Self Registration page in OIM 11g

    Hi
    I have 2 custom date fields(Start Date, End Date) in Self Registration page in OIM 11g.
    I need to do validation on these fields, like difference between start date and end date should not be more than 3 months.
    I should show a popup message to user whenever start date and end date is more than 3 months.
    How to achieve this?
    Thanks in Advance

    Hello!
    Sorry bring up this topic again, but I have faced a "curious" situation. My validator code is:
        public void validate(RequestData reqData) throws InvalidRequestDataException {
            List<RequestEntity> requestEntities = reqData.getTargetEntities();
            if (requestEntities != null && !requestEntities.isEmpty()) {
                for (RequestEntity requestEntity : requestEntities) {
                    List<RequestEntityAttribute> attributes = requestEntity.getEntityData();
                    for (RequestEntityAttribute attribute : attributes) {
                        if (attribute.getName().equals("CPF")) {
                            if (attribute.getValue().equals("12345678900")) {
                                throw new InvalidRequestDataException("Invalid CPF");
            (new oracle.iam.requestactions.plugins.datavalidator.CreateUserDataValidator()).validate(reqData);
        }This is still in testing, but have you guys noticed the last line?
    It works nicely, is it normal? If it is, is there any reason for my exception just been raised when I submit the request? (for example, if the user provides a duplicated e-mail it rises before mine.

  • How to Customize Self Registration Page in OAM

    HI ALL,
    I need to customize Self registration page in OAM
    In tht page i need to change the Save button to New User
    and i need to have only the Username, Password, Mobile no. as their fields
    Can u plz tel in which file we need to make the changes
    thanks,
    Edited by: user10648177 on Dec 2, 2008 9:05 PM
    Edited by: user10648177 on Dec 2, 2008 10:17 PM
    Edited by: user10648177 on Dec 3, 2008 1:32 AM

    Hi,
    You need to configure an appropriate self-registration workflow. Seeing that you are asking how to change the behaviour, you probably already have such a workflow and need to modify it in case you want the change to be applicable to all users wanting to register themselves. As for changing the Save button to New user, you'll need to customize the appropriate stylesheet. Details for this should be in the customization guide.
    -Vinod

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • Multiple self-registration pages in OIM 11gR2 PS1

    Hi All
    I have a requirement to implement multiple self-registration pages in OIM 11gR2 PS1. Has anybody faced such requirement before.
    Any pointers will be highly appreciated.
    Thanks

    Hi,
    Basically i need some more information about your use case.
    Can you please elaborate the use case. What actually you want to do  by having multiple self-registration pages

  • How to show a date field in OIM self-registration page

    Hello gurus,
    I want to add a date field in the self-reg page. I added lines in FormMetaData.xml and tjspSelfRegistrationTiles.jsp. The user creation page (delegated administration) shows the right date field, but the self-reg page is not working. I am using uix.tld dateField tag and don't know what attributes to pass to this. Is this the right tag or there is some other one in the tld, and what attributes should I pass?
    Could someone tell me how to do this?
    Thanks
    SK

    It should be much simpler than what you are doing.
    You should be able to create a User Defined Field for the value. Then update the FormMetaData.xml file. Create an entry in the section for user information that creates the attribute value. Just copy one of the existing and give it a new unique number identifier. Also change the field it references to be your user defined field. Then update the Self Registration section to include the new attribute. If you want to update what the approver sees, then also update the section for the approver.
    -Kevin

  • Customizing self-registration module

    Hi all,
    I need to add new field self-registration screen. I want to add managerID and make userid as readonly field to the screen.
    Can anyone suggest the best approach and possibly solution.
    1. on self-registration screen user will fill firstname, middlename ,lastname
    2. based on my logic i will populate email & userid( Frankly, I dont know how to do this)
    3. user will give supervisor id
    4. approval will go the supervisor user has given
    appreciate ur help.
    Thanks;]
    murli

    Hi,
    I had the same requirement (i.e. Generate a username base on first, middle & last name)....
    I was able to achieve it using Ajax, Java, JavaScript, JSP
    What I did was...
    I put a Search button (Maximize glass) after the username field by changing the jsp page.
    After entering first, middle (not mandatory) & last names, to select username, use must click on this icon. (username field is readonly)
    Then a popup window will be appear...(like a lookup search window on OIM)....In that window, I have given possible usernames for this user. (username is generated from server side)
    When user select one, it will insert into username field.
    If you need further info and codes, please share your email address....
    Regards,
    Chaturanga

  • Customizing Self Registration Form

    Hi,
    We have a scenario where when a user comes to perform self registration on OIM, we have to take different fields as input based on the user type. For example if the user is an external contractor we want to take input fields 1 and 2, and if the user is an internal employee the user would be required to input information in fields 3 and 4. Is there any way we can control it through the Self Request Dataset XML. I have already added all the required fields in the XML, however right now it asks for all the information irrespective of the user type.
    Can anyone guide how to tackle this?
    Thanks.
    UZ

    Well obviously modifying the existing JSP will be a better solution because in that case you will just need to merge the existing logic with your new one. The best thing I get to think for it is the following only:
    1) Create a class which holds your logic for UserID validation.
    2) Create a new button in JSP as required. For the onclick action give a call to above class and then based on the results, display another jsp as a popup. This new jsp will be either of the following:
    - SUCCESS. The userID you selected is a vlaid one. Click Proceed.
    - ERROR. This UserID has already been used. Select a new one or slect from tne following options. Now show all the possibilities as radio button. Click Proceed.
    Well that is the solution I would have done.
    Thanks
    Sunny

  • Customizing portal Registration page

    Hi All,
    I am planning to customize the registration page by adding some more fields. I downloaded file and in respective jsp file I updated the fields.
    I want to store these customized values and display in my user profile page.
    There are 2 ways of storing the customized values. They are 1) adding to PCD and accessing through UME 2)JDBC connectivity.
    Please correct me if I am wrong .please provide me the code snippet for any one of the methods.

    Hi,
       To customizing and adding additional fields in registration page please refer the below thread.
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=443160&messageID=3602542#3602542">Registration</a>
    Thanks
    R.Murali

  • Customizing self registration

    Hi
    I have arequirement of customizing the self registration form which appears on clickin the 'register' link on the welcome screen. Can someone please suggest which is a  better option to achieve this: through jsp file or through the um configuration on portal. Also, what additional steps are required to be carried to reflect the additional fields on the form (mapping to ldap etc).
    Thanks

    If you cant achieve what you are looking for here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/0761cea5c610b3e10000000a11466f/frameset.htm
    Then are going to have to go down the custom route and modify this PAR:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    I hope this is what you meant 

  • Customizing the Self Registration module in the Portal

    All,
    I am looking to customize the standard Web Dynpro application of self registration.  I can find the iView in the PCD but how can I download the WD application locally to modify it.  Also once modified is deploying it back to the portal the same?
    thanks,
    Clint

    Hi Abdul
    Please could you explain how you created your custom self-registration page? I'm in a similar situation, and I'm a little unsure of the security implications.
    Effectively you're giving anonymous users access to create users in the UME (even if not directly) - so I want to make sure it's done correctly.
    Any help would be very much appreciated!
    Thanks
    Stuart

Maybe you are looking for

  • Javax.servlet.http.* package does not exist ?

    i am using j2sdk which does not include servlets, so in the forums i found that including servlet.jar file in jdk1.6.0\jre\lib\ext javax.servlet.* was included but javax.servlet.http did not ..... now this is strange either both do not work or both w

  • How to go around the enter key

    Hi all, I have the data show on the grid. I modified it and didn't press the enter key, the commit (save) icon in the navigator bar doesn't high light. Is there a way to go around that? Make it high light whenever the data change. Thanks null

  • Validating a XML document and skipping new lines ??

    Hi everybody ! I'm currently developping a new application and the configuration is done within a XML file. My problem is that I'm using IP addresses and so users have to write things like this : <agentIP> 132.137.43.2 </agentIP> and I have a problem

  • Outputting audio from Mac

    What is the difference between using the Mini Displayport to Output audio (such as multi-channel audio) vs. using the optical out (headphone jack) via a TOSlink/Digital Optical cable to an external sound system?

  • No device in itunes when I plug in my ipod touch after 10.5.2.11 update

    itunes does not recognize my ipod touch when I plug it in.  It does see my nano. I just updated itunes to 10.5.2.11. Windows see it as a storage device, so I know my usb is working.  I have not rebooted the PC but will right after this post. any thou