How to Auto Login after registeration

I have the following requirement and I've spent some time trying to experiment and looking for solutions but have failed to come up with anything that works.
Requirement:
> Register the user in CQ
> Automatically login the user once he registers
  > The user should stay logged in (remember me forever)
I've am able to succesfully register the user using the OOTB examples. I created my own register form action based off the libs/foundation/components/actions/update/post.POST.jsp file.
I've looked into several api's to figure out how to auto login once the 
am.getOrCreateAccount() call finishes successfully
I tried
repos.login(creds);
Even tried the httppost way described on this thread: http://forums.adobe.com/message/4896922
If anyone can point me in the right direction would really appreciate it!
thank you!!

Hi,
How did you create sign up page. I tried to create a user registration page using "Create and Update Account" form action, but its not create new user account.
Can you please help me if there something which I am missing?
-Navin

Similar Messages

  • How to auto login to facebook using "chrome.exe or default browser" .

    how to auto login to facebook using "chrome.exe or default browser" .

    Please see the Facebook API for information on automating Facebook.  If you have a specific VB question, please create a new post which includes detail about your application and the specific problem you
    are having.  There is not enough information here to make this a VB question we can assist with.
    Moving to off-topic.
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • How to auto login in Solaris 10

    Hi all
    I'm trying to establish auto login in Solaris 10, as a regular user or root. This is a personal testing machine, so security is not an issue.
    I want to automatically login preferably in the shell mode, ( no GUI if it's possible ), otherwise I can login with GUI, no biggie.
    From what I've found, it does not seem an easy job, given that my Solaris experience is somewhat limited, ( been working more on Linux ).
    If I can get that going, I'd prefer to run a few scripts upon login, which I think I can do it.
    So what steps must I go through to have auto login upon boot ? How hard is it ?
    Appreciate any comments. Thanks
    P.S. Just noticed I might have posted in the wrong forum. Sorry !
    Which forum should I post again ?
    Edited by: mysol on Jul 20, 2009 10:44 AM

    ZFS has not yet been integrated into Solaris 10...
    At this time you need either the "Software Express for Solaris 2/06"
    ( http://www.sun.com/software/solaris/solaris-express/ ) or the
    "Solaris Express: Community Release"
    ( http://www.opensolaris.org/os/downloads/on/ ) to play with ZFS.
    .

  • How to auto login multiple users on boot?

    I have mac mini and have users with autostart some programs. But autostart is only when i login on this account.
    So now only i can login in to each account and when switch to next account. But it is not good.
    I need auto login in to all needed user account. How do that?

    Yeah, I'm a big believer in just keeping the machine running, but unfortunately the machine ends up freezing up a few times a month and then it hours of agony as the family complains they can't log into their accounts..etc. I'm going to try updating the hard drive to one of the new Seagate Hybride SSD/HDD drives to help speed the machine up overall. No worries, I've been cleaning off the machine trying to make it run a little smoother (2011 iMac 27", 16GB Ram, 2.97 i7) until I can get a new machine that's a little beffier (the new Mac Pro let's just say).

  • 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

  • [Solved]can't disable auto login after upgrade to gnome 2.28

    Prior to upgrading gnome to the latest version I had set gdm up to auto log me in. Since the upgrade I can't figure out how to disable auto login. I would like to be able to disable auto login, can anyone on here please help me out here? Thanks for any help provided.
    Last edited by daedalusman (2009-11-03 05:06:05)

    anonymous_user wrote:Look in your /etc/gdm/custom.conf file.
    Ah, thanks a bunch. This had been bothering me for awhile now, just finely got around to trying to fix it. Thanks again.
    Ranguvar wrote:
    You can't.  Using the advanced AI now in 2.28, GNOME has decided you are too stupid to log in yourself, and is now in User Protection Mode(TM).
    tongue xD
    Sorry, I have no constructive advice.  Just poking fun.
    No problem, you actually made me laugh out loud, so thanks for that.

  • How to auto capitalize after a period in text field

    Is there a way to make a text field auto capitalize after a period if the user has forgotten. I am currently using LiveCycle Designer ES4

    Try putting the following in the exit event of your text field:
    this.rawValue=this.rawValue.replace(/(^\w{1}|\.\s*\w{1})/gi, function(a){return a.toUpperCase();});
    Kyle

  • How to auto login and pass data (parameter) to ApEx at the same time

    Does anybody know how to automatically login to apex (e.g. from JSP page) and pass a parameter value at the same time? I can use wwv_flow_custom_auth_std to login, I can even choose a page but I cannot pass any data (at least I do not know how). If I use f?p URL syntax I can pass data but there is no way to pass login/password information.
    Any idea? Thanks Jaros

    Jaros -
    You could copy your login page and make the new page "public". On the new page, add a process before the login process that sets the value of application item FSP_AFTER_LOGIN_URL to the report page URL (with the arguments), e.g.,   :FSP_AFTER_LOGIN_URL := 'f?p=&APP_ID.:100:&SESSION.::NO::P100_X,P100_Y:&RPT_VALUE1.,&RPT_VALUE2.';Create application-level items RPT_VALUE1 and RPT_VALUE2 in the application.
    From your external page, POST to this new "login" page, passing values for the username, password, rpt_value1, and rpt_value2 items.
    Let us know if it works.
    Scott

  • Slim configuration: allow auto login after first login exits

    Hello Everyone,
    I am new to archlinux, and am totally loving it so far.  I am configuring slim for auto login and have been successfully able to do so.  However, the first time I logout I am presented with a slim login prompt.  Is there a way to disable that and just login with the default user again?  I need this because I would be running this on an unattended machine (kiosk like) and I want my program to start all over again in case it crashes or something.
    Thanks in advance,
    verma

    tomk wrote:You could forget about slim, and do this instead.
    Great!! This will do it!
    Thanks

  • How to auto boot after shutting down bootcamp Windows?

    I have an instructional lab of 30 20" imacs that are running dual-boot, 10.5 & XP SP3. They have bootpicker installed to simplify the selection of which OS to boot to and auto-select Windows at 60 sec. (This is for new computer users and English as a second language users that are not familiar with the dual-boot setups.)
    In both OS's we run deepfreeze to protect the configurations from change. I have set the Energy Saver settings in the Mac OS to start or wake at 7am weekdays. Deepfreeze for Windows is set to shut off the Macs at 10PM. This is also set by Deepfreeze in the Mac OS but since they primarily run Windows in this classroom the Mac's are shut down from the Windows side.
    After making the auto start setting and shutting them down from Windows once they will no longer auto start the next day or ever again after that. I have tried using pmset to remedy this and have tossed the plist for the settings numerous times. Same thing every time. One auto boot and then none after. I would use a script from ARD to wake them but they are not in the same subnet as my ARD setup and my network group will not configure our switching to allow for it.
    Does anyone know how to make the Macs boot consistently, automatically, every day I wish them to boot after being shut down from Windows by Deepfreeze.

    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • OIM11g: Auto-login after forgot password reset, anyway to disable this?

    Hi all,
    I have a requirement to disable the automatic login of users after passwords have been reset.
    Is there any way to do this?
    Thanks,
    Wayne.

    Hello,
    You are correct the Mac OS X 10.5 MacBook disk will be little help to you. I'm surprised it booted to allow you into disk utilities. Your also correct that you would require the disk that came with the PowerBook.
    If you try holding down the option key, does that allow you to select your hard drive to boot from?
    I do think that you would need to reinstall the OS (Mac OS X 10.4) either using a retail copy of the disk or some replacement system disks. I doubt there is too much wrong with the hard drive itself.

  • How to auto login

    Hello,
    When Itype following URL in the browser a pop window prompts for username and password.
    http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action
    My question is if you want to by pass typing username and password (to avoid popup window), can we make username and password as part of URL? If this is possible How URL looks like? I appreciate your help.
    Thank you,
    Balaji

    Hi,
    Search for the HTTP test tool in the forum and see the way the URL is constructed there.
    VJ

  • How to re login after a failed login

    Using .Net Connector 3.0\Compiled with .NET Framework 2.0 and MS Visual Studio 2008, C#
    Hello All,
    I created an application where the user can input SAP user name and password in a dialog. Then it connects to SAP and executing some RFC. Working fine.
    When the user put in a wrong SAP username or password I get an exception. OK.
    But what do I have to do, to let him login again with the correct username and password.
    Here is my coding:
                    IDestinationConfiguration config = new myBackendConfig(); // provides all connection parameters including user/pwd
                    RfcDestination prd = RfcDestinationManager.GetDestination(config.GetParameters(connId));
                    RfcRepository repo = prd.Repository;
    When I call this second time with correct user/password, then the prd.Repository will run into an exception with message:
    "Der Wert darf nicht NULL sein.\nParametername: key" (german)
    My translation: "Value must not be NULL.\nParameter name: key".
    Any help would be appreciated!
    Regards,
    Peter

    Hello Peter,
    I was struggling with the same issue.
    NCo provides an delegate for handling change events: RfcDestinationManager.ConfigurationChangeHandler. But I found no documentation about this and could'n get it running.
    Here is my workaround:
    For destination configuration use the way as described in NCo_30_Overview.pdf (page 7 and 8).
    If the compiler warns you, that the event is never used, just add the following line to MyBackendConfig:
    private void ConfigurationChangedEventDummyCall() { ConfigurationChanged(null, null); }
    Change your coding as follows:
    IDestinationConfiguration config = new MyBackendConfig();
    RfcDestinationManager.RegisterDestinationConfiguration(config);
    RfcDestination prd = RfcDestinationManager.GetDestination("PRD_000");
    before you try to get the Repository, execute a Ping and catch the Exception:
    try...
    prd.Ping();
    This prevents you from getting the "Der Wert darf nicht NULL sein" error on the second call.
    If Ping fails, unregister the configuration, change username and/or password, create a new config and register again.
    catch...
    RfcDestinationManager.UnregisterDestinationConfiguration(config);
    // change config here... (prompt for username / password)
    config = new MyBackendConfig();
    RfcDestinationManager.RegisterDestinationConfiguration(config);
    RfcDestination prd = RfcDestinationManager.GetDestination("PRD_000");
    again
    prd.Ping();
    If the second ping is working, logon was ok and you can continue and get the Repository without an error.
    Regards,
    Ingo
    Edited by: Ingo Frank on Sep 19, 2011 4:24 PM

  • Auto Login (Console, No Manager) [SOLVED]

    I'm a noob to archlinux and the forums here, but hopefully I can become part of it!
    I'm looking for a way to autologin to the console on boot, as I'll be running this computer as an SSH server for secure connections from anywhere in the world, and if I reboot it I really need it to login as root automatically. No login managers, just the lovely black console, that's what I need to auto-login. If that isn't possible... It would be a shame, but I couldn't find anything about just the console in the wiki or forums, only auto-logins for window managers and the like.
    Also, if there's a way to start the SSHd after my wpa_supplicant has run on boot, I'd like your help with that too! To be specific: I figured out how to run wpa_supplicant on boot, but SSHd doesn't start automatically (I assume because when it does there's not yet a network connection), so how can I make it wait (say... 30 seconds) before starting itself, to be sure my Wifi will have authenticated by then (WPA)?
    Help is much appreciated!
    Ian
    You're right, it works fine either way! Thanks for your help, I just though that maybe it'd need to be locally logged in to operate the SSHd, but that is false.
    Last edited by suplegolas (2009-10-11 18:35:11)

    It's a server, and I'd like it to auto-login after I reboot it from afar.
    That's all. Security doesn't matter, as no one will have physical access to the logged in machine, that's why I disregard the security concerns of auto-login for local root.

  • Workspace auto login

    Hi,
    Can any one tell me how to auto login workspace(v11) by passing parameters through URL... Please let us know your experiences on this.
    I tried to find in some of other forums..but no success
    Thanks

    Hi John, thanks for the swift post.
    Impresive document! And the technetwork is a good start URL for further inverstigation on several topics. Thanks. I bookmarked it now.
    Nevertheless it doesn't answer the question if the SSO configuration is a mandatory thing to get "transparent loginfor workspace" working.
    I hope its not, since its a rather complex matter, from which certain parts -as I read it well enough- should be done again after a new deployment/ when a newer patch/version of a application is brought out by Oracle. Rather a nasty busininess I think.
    In workspace 9 (931) I got the transparant login for workspace working with a simple hyperion provided ADSLoginPolicy.jar en some configuration of the Service Configurator.
    Is thats till around as a solution for 11.1.2.2?
    Hope so.
    Detlev

Maybe you are looking for

  • Need help for array counting

    Any help for array question Hello to All: I want to tally or count some of the elements that I have in array but not sure how. I have for example: int myArray[] = {90,93,80,81,71,72,73,74};My objective is to tally all of the 90's, tally all of the 80

  • Java.util.concurrent.ConcurrentHashMap

    All, I prefer to use the java.util.ConcurrentHashMap over a Hashtable but there are some points regarding this structure that are not very clear to me. From java.util.concurrent: Class ConcurrentHashMap: "A hash table supporting full concurrency of r

  • X-refs and index markers in absolute paths don't work

    A problem has arisen that did not exist before: If I have added files to a book using an absolute path, all X-refs and index markers in those files then don't work. The index *generates* without trouble, but if I then try to Alt-click an item in the

  • I cant watch videos. Flash player is asking me to update but Firefox is blocking it.

    I cant watched videos on YouTube or online stream. its says "This plugin is vulnerable and should be updated. Activate Adobe Flash." When i try to update it Firefox is blocking it for my own protection. Please help me with this problem, i have a Macb

  • Payment card mandatory in sales order

    Hi friends, I want to make payment card filed mandatory when we enter some group of customers in sales order. We normally use the same sales order type for all the customers & when some particular set of customers entered in sales order we need to ma