Send an activation link to new user's email ID in webdynpro java

Hi Experts,
We have developed a custom Web Dynpro java application for the SAP user self registration.
The user is being created successfully in UME db and we are also able to send an email to the user's registered Email ID.
Now, as per the requirement we also want to send an activation link to the user's email id so that once the user clicks there then only the user ID gets activated
Kindly let us know the steps involved so that we can achieve the functionality.
Thanks And regards,
Ghanshyam Agarwal.

i think it's so general, nothing to do with sap
1.lock the created user when creation
2. create a table to store the newly created user
3. create a servlet to receive the activation call
4. remove user from the table and unlock user

Similar Messages

  • How can I modify the email who is send when I create a new user in EP6

    Hi community,
    I have a question. How can I change the text of the email which is automatically send by the EP6/WAS6.40 when I create a new user. The email displays the message "Dear Sir or Madam, your user xzy was created with the following password xxx."
    How can I modify this text. Where is it located in the Enterprise Portal / WEBAS 6.40 .
    Thank you.
    Best Regards,
    Olaf Reiss

    Hi,
    Here you can find the required steps on how to change the texts of notification emails:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/d494c86203ea40b7b44ddd471baab1/frameset.htm
    Good luck,
    René

  • New user registration email verification

    We have a new requirement user registration , when a new user registers with us he has to fill out a simple form with email address username , password etc we save all this detail and a flag that his email verification is pending .Next our application has to verify he gave us right email address for that we send an email with a link, opening this link we update our database the flag as verified email address, something like posting to forums I have to confirm my subscription by replying to the email wicket forums sends , please suggest me is there anything available which I can use than doing all that stuff I mentioned above ?

    gimbal2 wrote:
    DrClap wrote:
    gimbal2 wrote:
    It has to work with an unknown database and update an unknown tableOkay, apparently I didn't read the problem description properly and still do not. I don't know where an unknown database comes into the picture.I was assuming that the user information, including the "verification pending" flag, would be stored in some kind of database. But yeah, I suppose it's possible the user information would be persisted in some other way. This just makes it more complicated to write a generalized system of the type the OP is looking for.Actually I meant that this was to be built into a known web application (or applications) and thus with known database(s); everything under personal control and thus no head aches at all. The only additional requirement I see is that it is to be used in multiple applications, but in that I say: reuse the trick, not the code.
    The code is boiler plate.
    JEE containers are much more generalized with more functionality.
    But the code isn't that difficult, by itself, but still isn't trivial. So as a stand alone library I doubt anyone would bother to create a framework.

  • Showing universal work list when user clicks a button in webdynpro java

    Hi,
    I am developing webdynpro java application, when user clicks a button i want to display Universal worklist in the portal, if user is logged in then it directly shows in portal otherwise it should asks for username and password.
    Thanks,
    Madhu

    Hi Pithre,
    For this you have to use portal navigation classes, Same scenario occurred in previous forums, search thoroughly before you post the question.
    Go to the below link, May u r problem will be solved.
    Universal Work List & Web Dynpro
    Regards,
    Pradeep

  • I can't send a photo by text - New user, Blackberry Torch 9800

    I recently started using the Blackberry Torch 9800 and I'm still getting the hang of things.
    This means I'm at the stage where i'm still accidentally muting myself while i leave a phone message or putting people on hold with my ear.  If anyone has a master solution for this, that's welcomed, but it's not my main question.
    I want to know how to send a photo by text.  I've tried, and it comes up with an x next to it, as it hasn't sent.
    i looked around the internet and found the suggestion that I resize my images using some app.  The app they suggested doesn't exist anymore so I downloaded "Fast Photo Editor Free" and resized my image.  It still didn't send.  I made it smaller than you'd ever want an image to be, and it still wouldn't send.
    To be clear, I can put the photo in the text, but once I push send, the text shows up with a red x next to it.
    I'm not really sure what to do. 

    Hello irishduck
    Welcome to the Community
    You may try contacting you Carrier as there might be settings that they can do on their end to let you send the MMS. You may also wanna check these pages to help you familiarize with your phone.
    Blackberry 101
    Blackberry Tips and Tricks
    Blackberry Battery Saving Tips
    Goodluck
    Ron
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Any way to send a form automatically to a user-chosen email?

    I want the user to be able to type in an email, then fill out the rest of the form, then have the form data automatically be sent to that email. Is this possible??

    Well, I did manage to find another form mailer script, maybe first take a look at this one and see if it's easier..
    http://www.dagondesign.com/articles/secure-php-form-mailer-script/
    These are all the options... sorry it's really long:
    // STANDALONE OPTION
    // If you plan to use this script by itself (not included from another PHP file), set this
    // option to TRUE, and it will generate a proper html header and footer. If you want to
    // change the basic header and footer, they are found near the bottom of this script
    $standalone = TRUE;
    // If you are using the standalone option, enter the relative path to your CSS file so it 
    // can be declared properly in the header
    $path_to_css = 'dd-formmailer.css';
    // For those of you including this script in another PHP file, be sure to manually
    // add the CSS declaration in the header section of your page:
    //   <link rel="stylesheet" href="(location of dd-formmailer.css)" type="text/css" media="screen" />
    // You also need to load the JS file used by the date chooser, if you choose to use this field:
    //   <script type="text/javascript" src="(location of date_chooser.js)"></script>
    // If you are using the stand-alone mode, these will be added automatically
    // LANGUAGE SETTING
    // The relative path to the language file you want to use.
    $language = 'lang/English.php';
    // FULL URL TO SCRIPT
    // The full URL to dd-formmailer.php (or whatever you have renamed it to)
    $script_path = 'http://www.swcsnp.org/dd-formmailer.php';
    // FULL URL TO CONTACT PAGE
    // If you are running this script in standalone mode, leave this blank. Otherwise,
    // enter the full URL to the page that is displaying the form
    $path_contact_page = '';
    // RECIPIENT DATA
    // If you are just sending email to a single address, enter it here. For more advanced
    // usage such as multiple recipients, CC, BCC, etc.. please see the web page for instructions
    $recipients = '[email protected]';
    // FORM STRUCTURE
    // This is used to generate the form. Each form element must be on its own line.
    // Detailed usage instructions can be found on the web page
    $form_struct = '
              type=text|class=fmtext|label=Name|fieldname=fm_name|max=100|req=true
              type=text|class=fmtext|label=Email|fieldname=fm_email|max=100|req=true|ver=email
              type=text|class=fmtext|label=Subject|fieldname=fm_subject|max=100|req=true
              type=verify|class=fmverify|label=Verify
              type=textarea|class=fmtextarea|label=Message|fieldname=fm_message|max=1000|rows=6|re q=true
    // MANUAL FORM CODE
    // Advanced users only! please read documentation first
    $manual_form_code = '';
    // WRAP MESSAGES
    // If enabled, this wraps messages to 70 chars per line (for RFC compliance)
    $wrap_messages = TRUE;
    // SAVE ATTACHMENTS
    // If enabled, attachments will be saved to a directory instead of emailed
    $attach_save = FALSE;
    // SAVE ATTACHMENT PATH
    // Where files will be saved, if attach_save is enabled
    // ** Full path on server. Ex: /home/user/public_html/upload/
    // ** Make sure directory has write permission
    // ** include trailing slash
    $attach_path = '';
    // SHOW REQUIRED
    // If enabled, required fields are marked with an asterisk
    $show_required = TRUE;
    // SHOW URL
    // If enabled, the URL the script is running from will be added to the message
    $show_url = FALSE;
    // SHOW IP AND HOSTNAME
    // If enabled, the visitor's IP and hostname are added to the message
    $show_ip_hostname = TRUE;
    // SPECIAL FIELDS
    // These options help generate the email headers. Simply enter a field name,
    // and the user input from that field will be used. You can also combine fields.
    // For example, if you have a fm_firstname and fm_lastname field, you could
    // set $sender_name to 'fm_lastname, fm_firstname'
    $sender_name = 'fm_name';
    $sender_email = 'fm_email';
    $email_subject = 'Contact: fm_subject';
    // MAX UPLOAD SIZE
    // If you are using file uploads in your form, this specifies the max file size.
    // (This does not override any server settings you might have in PHP.ini)
    $max_file_size = 1000000; // in bytes
    // MESSAGE STRUCTURE
    // This is an optional setting that allows you to define your own custom message
    // template. More information can be found on the web page. If left blank, the script
    // will generate the message itself, which is generally suitable for most purposes.
    // You use field names in this - they will be replaced with the user input from those fields.
    $message_structure = '';
    // SUCCESS MESSAGE
    // This is the text shown after the visitor has successfully submitted the form.
    // You use field names in this - they will be replaced with the user input from those fields.
    $sent_message = '<p>Thank you - your message has been sent.</p>';
    // AUTO REPLY OPTION
    // This optional feature allows you to automatically send a pre-defined auto reply email.
    // To use it, simply specify the name and email address you want the message to be 'from',
    // as well as a subject and message. To disable, just leave $auto_reply_message blank.
    // You use field names in the message - they will be replaced with the user input from those fields.
    $auto_reply_name = '';
    $auto_reply_email = '';
    $auto_reply_subject = '';
    $auto_reply_message = '';
    // IMAGE VERIFICATION
    // You can disable image verification, use the simple built-in method, or use ReCaptcha
    // If you use ReCaptcha, sign up for a free account at http://recaptcha.net and enter the codes below
    $verify_method = 'basic'; // 'off', 'basic', or 'recaptcha'
    // BASIC IMAGE VERIFICATION OPTIONS
    $verify_background = 'F0F0F0';          // hex code for background color
    $verify_text = '005ABE';                    // hex code for text color
    $force_type = '';                                        // problems showing the code? try forcing to 'gif', 'jpeg' or 'png'
    // RECAPTCHA IMAGE VERIFICATION OPTIONS
    // Public and private keys - you get these when you sign up an account at http://recaptcha.net
    $re_public_key = '';
    $re_private_key = '';
    // SAVE DATA TO FILE
    // If set to TRUE, the form input will be saved in a delimited file
    $save_to_file = FALSE;
    // STILL SEND EMAIL
    // If saving the data to a file, still have the script send the email?
    $save_email = TRUE;
    // DATA PATH
    // The file that will be written to - make sure it has write access
    $save_path = 'data.txt';
    // DELIMITER
    // Fields will be separated by this character. If this character is found in
    // the actual data, it will be removed.
    $save_delimiter = '|';
    // NEWLINES
    // Newlines in the data will be replaced by this
    $save_newlines = "<br>";
    // TIMESTAMP
    // Add date/time to the beginning of each line
    // Uses the PHP date format: http://us.php.net/date
    // Leave blank to disable this feature
    $save_timestamp = "m-d-Y h:i:s A";

  • How do I get hyperlinks that I put into outbound email to appear as active links when recipient opens their email?

    My outbound email often has a website hyperlink included that I want the recipient of the email to be able to click on and open without having to cut and paste the link into a browser window. None of my links are appearing as active when recipient gets them. How to I change my settings or what do I need to do to get these links to appear active?

    There is usually a toolbar button in the editor to turn a text link into a clickable hyperlink (look for a chain like button).<br />
    You can select the text and click that button to turn the link into a clickable hyperlink.<br />
    If you can't find the button then hover them all to check the tooltip of each.
    * Make Link - https://addons.mozilla.org/firefox/addon/142

  • New user; my emails have started bouncing back...is it Verizon? Adelphia?

    Hello, I've searched this forum but...
    After couple of weeks of email going OK, now stuff is bouncing back after 2-5 days, with a message like this:
    This message was created automatically by mail delivery software.
    A message that you sent has not yet been delivered to one or more of its
    recipients after more than 24 hours on the queue on esc33.midphase.com.
    The message identifier is: 1G1Edj-00026P-V1
    The subject of the message is: Fwd: music for July 20, etc
    The date of the message is: Thu, 13 Jul 2006 23:46:57 -0400
    The addresses to which the message has not yet been delivered are:
    (I deleted the addresses for this post) [email protected]
    Delay reason: SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=528760:
    host relay.verizon.net [206.46.232.11]: 450 Requested mail action not taken-Try later:sv22pub.verizon.net
    No action is required on your part. Delivery attempts will continue for
    some time, and this warning may be repeated at intervals if the message
    remains undelivered. Eventually the mail delivery software will give up,
    and when that happens, the message will be returned to you.
    Is this some setting in my computer, or is this verizon, or my server? Anybody know? Several emails to verizon people have come back, but as you can see not becuase it was percieved as spam.
    Thanks,
    Charles Alden

    If the email contains too many spammy words or phrases, they might think it's spam. Don't write email that looks like spam...
    You are not blacklisted. Your email provider or ISP is. Contact them. They will have to remedy the situation.

  • New users Email not verfied. 550 error

    Hi everyone, 
    Very new to servers and am in this position because our IT guy quit and we had to add new users. I added them and everything else works except they can not send or recieve emails. It bounces back, organization rejected.. 550 verification failed 550 no such
    user here. After adding them in SBS is there another step to verify their email?
    Thank you,

    Hi:
    That error is from the receiving server informing you that there is no such user at the other end.  Have someone at the target company send a message to your new user and then have them reply to that message.
    Larry Struckmeyer[SBS-MVP] If your question is answered, please mark the response as the answer so that others can benefit.

  • Sending Email to system user outlook email

    hi guys,
    i am developing a program and there are validations and error messages should be populated in a Internal table <b>itab_error </b> and report this error to <b>screen</b> and email this error to <b>system user outlook email</b>.
    can any one please help me how to do this entire process of populating error messages into internal table and sending these errors to system user outlook email
    and also tell me what are the configuration steps needed before sending error messages to <b>system user outlook email</b> because i heard before sending error messages to system user outlook email, i need to configure going into some transaction.
    can any one please help me because this is urgent requirement
    thank you
    pavan

    hi susanth,
    thanks for your reply, but the program you sent will send attachments to user email but what i need is Error messages captured in internal table <b>itab_error</b> should be sent automatically to user outlook email.
    i hope you understood my requirement, please revert back if u dont.
    Thank you and waiting for your reply
              Pavan

  • New user. Need to know where my email contacts are on my macbook pro and how I can make a group email address

    New user. Email contacts imported to MacBook pro from PC - but I'm unable to call up entire contact list or to make a group emailing contact.

    Assuming you are using Apple's Mail application, contacts are managed via the Contacts application, in your application folder.  As for various addressing methods, including groups, maybe this:
    Mail (Mountain Lion): Address messages - Support - Apple

  • A new user id

    I have an old user id from a year ago. Now I have a new user id
    [email protected]
    No matter what I do, it refers to my old user id.
    They recommend I do a 'Switch user operations' to replace the old user id with my new one ([email protected])
    Where do I do this
    sealsplash

    Hi,
    What about your issue now?
    If you have resolved it, you can share the solution here, which will be beneficial for other members with the same issue.
    If you did not, please tell us more information, I will try my best to help you.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Setup user registration/email confirmation/login/captcha ?

    I'd like to setup an application to allow users to submit poll questions and then vote yes/no.
    Is there a sample app available that shows how to setup a new user registration, email confirmation, and login, preferably using captchas (maybe using recaptcha.net) ?
    I'd like something similar to the average forum/blog registration.
    Thanks,
    David

    Hi Daveio,
    the online discussion forium (packaged applictaion) will suit your needs.
    it has user-registration and the possibility to do polls (among other functionalities).
    Leo

  • E-sourcing couldn't send out E-mail notification of new user.

    Dear experts,
    I got stuck on SMTP issue when configuring a E-sourcing sandbox, when I created some Buy-side users, the system was not able to send out the notifications but all stuck in "Queued Messages" .
    I browsed in the system, the settings related with the SMTP function including below items:
    1: "Source Email" in Company Properties, this email address is going to be indicated as the sender of a new user notification;
    2: "Messaging" configuration in System Properties:
    ( messaging messaging.smtp.mailhost
      messaging messaging.smtp.password
      messaging messaging.smtp.username )
    I have set up above fields as the same as a working E-sourcing application, but my sandbox still doesn't work for me, the new user created can't receive the notification to become a valid user of the system, so they will not be able to logon to the system without password information.
    Would you please advice me what should I do, any of your response in highly appreciated!
    Thanks and best regards!
    edward.

    Edward,
    Please verify a couple of things:
    1. Is the functional e-sourcing box is running on the same version of Sandbox version (which you are configuring)
    2. Verify that "New User" notification template is set to active in the email templates setting through setup
    3. If no issues with 1 and 2 then would suggest to clear mail queue from backend and try generating a new email
    Please let us know the out come.
    Good Luck.

  • User-activated link  to sound file

    How do I create a user-activated link to a sound file that
    will simply play the sound without either (a) launching a
    free-floating controller for the sound or (b) rendering the sound
    visible on a new blank page? Doing this: <a
    href="boing.wav">BOING</a> creates either one of those
    actions, depending on the browser.
    Thanks for any help you can provide!

    > How do I create a user-activated link to a sound file
    that will simply
    > play the
    > sound without either (a) launching a free-floating
    controller for the
    > sound or
    > (b) rendering the sound visible on a new blank page?
    Embed the music in a flash file with it's own playback
    controls.
    -Darrel

Maybe you are looking for

  • How to tell if my GPU is broken?

    Hello, I recently purchased two MSI GTX 560 TI GPUs for my newly built PC which I have running in SLI and they've been running games really well for about two weeks now but today my second GPU seems to be having problems. I tested my first GPU alone

  • How can I downgrade iOS 7.0.4 down to iOS 6.1.3? I know there is no Apple licensed way to do so, but can someone find a software that helps downgrade?????

    I know there is no Apple licensed way to do so, but can someone find a software that helps downgrade????? Please help me. Here is my list of things that suck about iOS 7: -motion sickness (i know how to fix that, i already did) -buggy -glitching out

  • Syncing fails: unknown error (-50)

    Using iTunes v.9.0.2 music syncs properly to my iPod touch with 3.1.2, but photos and films will not sync. Backup completes but then the sync stops with the warning: "The iPod cannot be synced. An unknown error occured (-50)". Any suggestions. The on

  • BPM problem

    Hi all, I have the follow scenario: RFC -> BMP -> RFC When I look at SXMB_MONI after call RFC there is the inbound message and Receiver Grouping, but there is not the request message mapping from my RFC ( Inbound message ) to Abstract message. Can An

  • Missing Filters in Flash CS4

    When selecting a movieclip or text box, the "Graphic Effects: Filters" dropdown is NOT available in the "Properties" window. It's not grayed out.... it's not there. I'm open to suggestions, comments, ideas, or sympathetic notes.