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

Similar Messages

  • 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.

  • User registration email notice

    I am trying to get this working in our user registration form in portal where user will only get an email when she is approved or denied by our USER admin team BUT not when he first register at PORTAl.
    Right now user register himself on portal and he gets an email that his account is created. This new id comes in the PORTAL User notice tab where admin will approve or reject him.
    What i am trying to achieve is stop that first email which goes when user get resgiter but receive only a final email when his account is approved or rejected.
    I tried to change these property in config tool
    ==============================================================
    As per the Link. I have set these value
    ume.notification.selfreg_performed = FALSE
    ume.notification.create_approval = TRUE
    ume.notification.create_denied = TRUE
    and
    and on the portal page under TAB>SYSTEM ADMIN>SYSTEM CONFIG>UME
    CONFIG?NOTIFICATION EMAIL these are all checked.
    -Send E-Mail on Following Events:
    Administrator creates new user (->user)
    User requests new password (-> user)
    Administrator changes password (-> user)
    Administrator locks user account (-> user)
    Administrator unlocks user account (-> user)
    Administrator deletes user account (-> user)
    Import function creates new user (-> user)
    Import function updates user (-> user)
    ===============================================================================
    But this totally stop the email from coming . Looking by the property name it looks like they should make this change happen but it not. Can some one suggest what else can be done to achieve this.

    Hi,
    Uncheck the UME property 'Administrator creates new user.'
    Portal User Notice tab must be customized. Look for its code, and use javax.mail.internet.MimeMessage to send the final mail on click of accept or reject button.
    Regards,
    Atul

  • Registration email confirmation not received

    I purchased AppleWorks 6.2.9 on October 7/06. I have tried registering it three times since then. I get a message on the Apple website thanking me for registering and saying I will get a confirmation email, but I never get the confirmation email. I phoned Apple Tech Support and they told me to post the problem to this discussion forum.
    Any suggestions as to why I'm not getting an email confirmation from Apple? I know they have my correct email because I confirmed it in My Info.

    Thanks for your help, Barry and Peggy. In terms of what you suggest, Barry, that support option appears to only be for hardware and not software. When I tried to register my AppleWorks, I was asked to put in my marketing number, which is on the outside of the box. I tried to put in this marketing number as you suggested and it was not accepted.
    I got an email from Apple Care (1-800-263-3394) shortly after my responses from both of you on October 11 asking about how I felt about the handling of my phone call to them. I responded the same day on the website provided expressing my dissatisfaction. There has been no follow up to this feedback.
    I phoned 1-800-MY Apple this morning, October 16, and, after about 22 minutes on hold, was connected with Tracy, who then put me through to a product specialist named Andy. Andy was not sure why I did not receive a confirmation email, but he said he would make a note about my problem. He gave me a case number and said if there was any problem to refer to the case number.
    I listed an alternate email on the My Info page, so if there was a problem with my first email, a confirmation could have been sent to the alternate.
    iBook G3 900 laptop   Mac OS X (10.3.9)   G4 AGP Graphics Tower, 400 mhz

  • Auto login after new user registration

    Hello,
    I would like to go directly to a restricted page (add session variables for username, level, etc) after a new user is registered, without first going to the login page. Is there a way to do this? I tried adding a login user behavior to my new user registration page, but it disabled the form validation on the page. I also tried copying some of the login page code (login transactions) into the new user registration page, but that didn't work either... any help would be greatly appreciated!
    Steve
    BTW, I am not utilizing email activation

    Well I finally figured out a work around... I am sure others will run into this problem and if someone can explain it to me I would be happy. But for now this will work.
    The above code that Steve U posted works for me exactly 50% of the time. It will work every other time, why I don't know. I even changed all of my temp and session directories in php configuration, changed from php5 to php4 and still no fix.
    Here is what I did to get it to work:
    On your registration form underneath the insert transaction you copy and paste the login transaction (that you generate on a login page).
    *Change tNG_login(this is your server connection)
    *Change the POST value to match your submit button on your registration form, mine is KT_Insert1.
    *Modify the redirect trigger to go to the page you want to redirect to after registration.
    *Change the kt_login_user and kt_login_password addColumn values to match the username and password fields in your registration form, mine are email_usr and password_usr
    *comment out the kt_login_rememberme addColumn (or if you need this, modify the code to allow for it in the registration form)
    I have now successfully registered a new account and had it auto-login to the user protected area 10 times in a row now, so this should be working.
    If you want some sample code here it is:
    // Make a login transaction instance
    $loginTransaction = new tNG_login($conn_connection);
    $tNGs->addTransaction($loginTransaction);
    // Register triggers
    $loginTransaction->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1");
    //$loginTransaction->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);
    $loginTransaction->registerTrigger("END", "Trigger_Default_Redirect", 99, "user/confirmlogin.php");
    // Add columns
    $loginTransaction->addColumn("kt_login_user", "STRING_TYPE", "POST", "email_usr");
    $loginTransaction->addColumn("kt_login_password", "STRING_TYPE", "POST", "password_usr");
    //$loginTransaction->addColumn("kt_login_rememberme", "CHECKBOX_1_0_TYPE", "POST", "kt_login_rememberme", "0");
    // End of login transaction instance

  • VDI Setup - trusted domain user not able to login

    Two fold question:
    Setup is as follows:
    1 RDS server - Windows Server 2012 R2 STD - hosts all services except virtualization
    1 Hyper-V server - Windows Server 2012 R2 STD - hosts all VMs
    Domain A - Windows Server 2012 STD
    Domain B - Windows Server 2012 STD
    Domain A has Group A setup with users allowed to login to VDI infrastructure. Works without a problem.
    Domain A has Group B setup which has users from Domain B. Group B has been added to the RDS server (CAP and RAP) and also to the virtual desktop collection.
    User from Domain B logs into the RDWeb to connect to machine.User is able to login and see the pool. When User from Domain B tries to connect to a machine in the pool, the user gets the error specifying that he may not have permissions to connect to the
    RD server. I have verified all setting and permissions.
    When I attempt to assign User from Domain B a Private VD, i receive the following error:
    " The security identifier could not be resolved. Ensure that a two-way trust exists for the domain of the selected users. Exception: The network path was not found "
    I have confirmed trust is established and working properly. I also upgraded both the RDS and Hyper-V server to R2, since this error was also caused by adding the domain local group to the collection prior to R2. This error does not appear anymore when adding
    the domain local group to collection, but only when attempting to assign user a VD.
    Please help, and I am not able to find anything remotely close to this issue using the common search engines.
    Thank you in advance.

    I have been able to get this working.
    - I created a brand new virtual desktop collection and assigned the domain local group with members from Domain B to the collection
    - I created two seperate Global security groups on Domain A (where the RDS and VDI server reside). Each group was assigned its respective Virtual Desktops (one for VDs for Domain A and one for VDs for Domain B)
    - I created 2 seperate RAPs. One for each Gloabl security group that has the VDs.
    Not sure what the trick was, but it is working now.

  • Send Email after user registration

    Hi i hope somebody can help me
    Using Dreamweaver CS3 and the ADDT, i created a user registration page using the ADDT wizard,
    TRouble is when i click submit, it comes up with an error relating to the sending of the Email:-
    "Developer Details:
    E-mail couldn't be sent. Error returned: Failed to connect to smtp.mail.yahoo.co.uk:25 [SMTP: Failed to connect socket: A non-blocking socket operation could not be completed immediately. (code: -1, response: )]. (EMAIL_FAILED)
    tNG Execution Trace - VIEW
    tNG_insert.executeTransaction
    STARTER.Trigger_Default_Starter
    tNG_insert.doTransaction
    BEFORE.Trigger_Default_FormValidation
    BEFORE.Trigger_Registration_CheckUniqueUsername
    BEFORE.Trigger_Registration_CheckPassword
    tNG_insert.prepareSQL
    tNG_insert.executeTransaction - execute sql
    tNG_insert.postExecuteSql
    AFTER.Trigger_Registration_AddDynamicFields
    AFTER.Trigger_WelcomeEmail*
    ERROR.Trigger_Default_Insert_RollBack
    tNG_insert.getRecordset
    tNG_insert.getFakeRsArr
    tNG_insert.getLocalRecordset
    tNG_insert.getFakeRecordset
    tNG_insert.getFakeRecordset"
    If i delete the Send_email trigger, then the registration is successful, however, without the Email confirmation (obviously).
    Any help would be gratefully recieved as its been driving me nuts for days now.

    Wayne,
    Are you running this code on a Yahoo store or just bouncing the emails thru the yahoo account?
    From what I read here(dated May 2, 2008):
    http://groups.yahoo.com/group/Commodore_Amiga_Retro/message/10924
    Yahoo has recently changed server names and/or ports. You might have to try plus.smtp.mail.yahoo.co.uk:465
    I've never used Yahoo to do this, so I'm no expert. Just found this googling a bit.
    From what I've read, it seems yahoo is mixing up the port numbers due to spam issues. You will need to contact Yahoo regarding which port to use if the above does not work.
    Shane

  • How I can make safari saving only users or emails from the login?

    Hello
    I want that safari will save my emails and users that when I will type in login form the first character of my user or email it will show me the emails or users that start with this character.
    I know that there is an option in the settings for saving emails and passwords but I want safari will save only the emails or users and not the passwords.
    Thank you in advance

    At a minimum, the creation of the TcpClient will need to change its parameter to the name of server you want to use:
    TcpClient tClient = new TcpClient("gmail-smtp-in.l.google.com", 25);

  • User registration login

    Is there a way to create a user registration/login on muse if I am using a 3rd party hosting company?

    Hi Tyler,
    Please refer to the following post :
    https://forums.adobe.com/message/4406164
    Regards,
    Akshay

  • I created a mobileconfig to setup the users POP email accounts but it creates to accounts on their device.  Why?

    I created a mobileconfig profile using the Apple Configurator to help our users setup their POP email account.  For some reason the configuration creates two email accounts in iOS 8 but only one in iOS 6.  When I delete the profile in iOS 8 it only deletes one of the accounts and leaves the other as an orphan.  I cannot even manually delete the account that is left behind.  Any help will be greatly appreciated.

    Funny,
        Right after I posted this I found the solution......  The key was not modifying the Script after it is created.  I guess the editor was putting in some incompatible characters somewhere.  Anyway it is working great now.

  • I want to reset a forgotten password but i don't receive confirmation email from Apple on user id email

    Hi, I have forgotten the password on an apple account and trying to reset it but I did not receive any email confirmation from Apple on the User Id email address telling me to follow the steps to reset password.
    I checked in the spam folder and others, but no email! ...
    I don't remember the answers to security questions as well, and I doubt that I completed these fields... Can someone help me please?
    Thanks

    The Apple ID Security site allows written contact in your own country and language.  The AppleCare support phone number from http://support.apple.com/kb/HE57 and Account Security Team is for a number in your country and language.

  • Not receiving email confirmations from new website registrations

    I haven't been receiving any email confirmations from the various websites that I have been trying to register on. If I try the "forgot my password" function on these sites I don't get any replies to those either. I have been receiving emails replies from emails I have sent directly from Mail, and emails from those in my address book.
    Any ideas what might be causing this?
    I have asked Roadrunner to check their server to see if there might be something blocking some emails, and am waiting for their reply.
    MacBook Pro   Mac OS X (10.4.7)   2GHz Intel core duo

    I haven't been receiving any email confirmations from
    the various websites that I have been trying to
    register on. If I try the "forgot my password"
    function on these sites I don't get any replies to
    those either. I have been receiving emails replies
    from emails I have sent directly from Mail, and
    emails from those in my address book.
    Any ideas what might be causing this?
    I have asked Roadrunner to check their server to see
    if there might be something blocking some emails, and
    am waiting for their reply.
    Definitely sounds like something on the remote end to me...

  • User registration uses first name/second name as username instead of using the email address

    I am just building my website and noticed that when a user registers, the username is set to the first name/second name.
    BUT... using a different temporary BC site, I noticed that this was using the email address as the username.
    When the username is set to first name/second name (e.g. fredsmith), it is possible for 2 people with the name fred smith to register and have the same username
    How can I set the username to be the user's email address?

    How is your javascript skills?
    It is a matter of pre-populating the username field with the email the person typed out.

  • IStore - B2B users registration by iStore administrator

    How can a iStore/CRM HTML administrator register new customer user/administrator?
    We are now in R12.
    In 11.5.9, via CRM HTML responsibility, we had to do the following steps in order to setup a new user account:
    1/ Find the organziation and create the contact
    2/ During contact creation process, there was a radio button to make the contact iStore user
    3/ Enter name, contact info, user name and password for the new user.
    4/ AFter the new user is created by CRM HTML Administrator, user receives email notification with username and password
    5/ When new user attempts to login to the store using the login credential from the email, user will be prompted change password page
    Do we have a similar functionality in R12?
    If not, what is the alternate solution? no customization please
    Just to be clear, basically we do not want the customers to have the ability to self-register. Therfore, sales organization would want to have complete control over the user registration.
    Appreciate your help on this.
    many thanks..

    Thanks

  • Email confirmation help in iStore

    Hi,
    I need to send an email confirmation to t able to the users who register with our website.
    Here is the body section of the email. I am not able to find out where this code is written.
    I believe it is a media object or template.but not able to find out.
    Dear bhav:
    Welcome to AbilityOne.com
    Your registration request has been approved. You now have access to the
    distribution channel for the most comprehensive selection of quality
    SKILCRAFT® and other AbilityOne products.
    As a registered user, you can access the system any time, and perform
    functions including:
    - Browse and shop for products
    - View your transaction history
    - View and update password, email and mailing addresses
    To access your account, sign in by clicking here : http://AbilityOne.com
    Thanks,
    Sabitha

    Hello Sabitha,
    This indicates incorrect setups in the tnsnames.ora -
    SERVICE_NAME Parameter - Resolving The ORA-12514 Error (Doc ID 77640.1)
    If still errors, please enter a new forum post for the Database team to assist -
    https://forums.oracle.com/forums/category.jspa?categoryID=18
    Thank you,
    Deborah Bourgeois
    Oracle Customer Support

Maybe you are looking for