Multi-site login, need help...

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Multi-site login, need help...

    Heya,
    I am wondering if anyone could suggest some possible solutions to create
    a login form (using Joomla's pre-fabbed one) that would login to other websites
    at the same time if the account information entered was the same. For example:
    when I login on my website it would also log me into my GMail account and my
    Photobucket account.
    Does anyone have any ideas or suggestions on how this could be
    accomplished? Thanks!

    FireTree.us Guest

  2. Similar Questions and Discussions

    1. Implications for a multi lingual, multi curreny e commerce site ??
      Hi I'm about to start wotk on a large e commerce site which is to be multi lingual and support multi currencies. The site needs full content...
    2. Multi-Language Site
      Hi There, I am developing a site that must be available in multiple languages. How do I make it so that when a visitor clicks on a specific country...
    3. Creating IIS Login to SQL Server in multi-tier app
      Hi I am designing a sample app that has 3 tiers - Web Browser, dotnet app & DB server. I believe (correct me if I am wrong) that given that...
    4. Login - multi table insert for registrant; subsquent login insert page requests into joined 'Selection' Table
      Question regards insert and updates in sql server for a simple login script that requires registration the first time and only "email address" upon...
    5. netra x1 serial console multi user login
      hi there on my netra x1 configure on the boot prompt to use seriala for in/out is can succesfully login in single user mode and acces the machine...
  3. #2

    Default Re: Multi-site login, need help...

    It is not possible for Gmail to authenticate since Google has really gone
    betty-spaghetti with the way users login to Google Account.

    For simple login forms that don't use JavaScript, you can copy the form
    elements into a new DW page, delete all of the fields that require you to type
    something in them and insert hidden fields in their place (make the values of
    the Hidden Fields whatever you would normally type)

    I went ahead and created a sample for you (I've done this before in a Single
    Sign-On environment - I don't do this for
    everyone)...[url]http://www.sgasinglesignon.com/ssoformlogin.htm[/url]. Just copy the
    source code into your site.

    And I hope I made SOME sense...

    David.Holley Guest

  4. #3

    Default Re: Multi-site login, need help...

    First of all... thank you!

    Thanks for the info about Google. I definitely didn't know that.

    All that definitely makes sense. And it's a step in the right direction but
    not exactly what I was thinking. Take all three of those links and combine them
    into one single form, and that's what I'm referring to. Does that make sense?

    Spencer Hill Guest

  5. #4

    Default Re: Multi-site login, need help...

    Oh, PS I have two accounts here FireTree.us and Spencer Hill, just in case you got mixed up.
    Spencer Hill Guest

  6. #5

    Default Re: Multi-site login, need help...

    You can't do it through one form - the form would need to write cookies to your
    browser, validating your account onto the site and this can't be done unless
    you know the site code or how to hack their cookies (I do not suggest doing so).

    David.Holley Guest

  7. #6

    Default Re: Multi-site login, need help...

    Yeah that's pretty much what I figured. That's too bad because I would love to
    develop an application that could login and maybe even register people at
    multiple sites at the same time. But that'd be pretty difficult if not
    impossible without serious collaboration. Thanks anyway!

    Spencer Hill Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139