Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Opera login
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Juan Antonio Ibáñez  
View profile  
 More options May 23 2012, 5:25 am
From: Juan Antonio Ibáñez <juanito1...@gmail.com>
Date: Wed, 23 May 2012 02:25:54 -0700 (PDT)
Local: Wed, May 23 2012 5:25 am
Subject: Opera login

Hello,

   I am having one problem usin authentiacation in my proyect. It works ok
on Firefox and Chrome but not on Opera. When I try to log in using Opera
browser, authentication always fails but I dont know why. Form data is sent
ok as I can see.

Any idea?

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Jun 2 2012, 2:22 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Fri, 1 Jun 2012 23:22:49 -0700 (PDT)
Local: Sat, Jun 2 2012 2:22 am
Subject: Re: Opera login

I have come across a similar set of problems:

1) When I use the local intranet for testing, the URL is an
<ipaddress>/link, Opera does not let me log in.

2) When I browse to my TG app on the internet, Opera logs me in, but then
it does not let me logout.

The later seems to be due to a mismatch in the way TG deletes a cookie
versus Opera's expectation.

The correct way to delete a cookie (the way I understand) is for the server
to update the cookie's expiration date to a past-date.  Could this be a
timezone issue (i.e. a timezone disparity between Opera and TG Server)?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Jun 2 2012, 6:19 am
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Sat, 2 Jun 2012 12:19:23 +0200
Local: Sat, Jun 2 2012 6:19 am
Subject: Re: [TurboGears] Re: Opera login
How cookies are managed depends on the repoze.who plugin which handles
authentication.
Usually those are delete by setting max_age to 0, doing so the cookie
should expire instantly.

You can probably check the response headers using the developer tools
of your browser to see what the server responds when logout_handler is
called.
You should see a Set-Cookie header to force cookie expiration.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Jun 2 2012, 4:42 pm
From: ozwyzard <ozwyz...@gmail.com>
Date: Sat, 2 Jun 2012 13:42:26 -0700 (PDT)
Local: Sat, Jun 2 2012 4:42 pm
Subject: Re: [TurboGears] Re: Opera login

*LOGIN:
*
FireFox: WireShark capture for Firefox login on intranet dummy account:
http://pastebin.com/6c5Gfgdj

FireFox: The authtkt cookie sent in the /login_handler HTTP response is
honored by Firefox and sent in the /post_login HTTP request.

Opera: WireShark capture for Opera login on intranet dummy account:
http://pastebin.com/pBkQjPde

Opera: The authtkt cookie sent in the /login_handler HTTP response is
"stored" by Opera (I checked in the browser's options/cookie tab) but is
NOT sent in the /post_login HTTP request.  I deleted the cookie on the
browser and retried the request, the result was the same (new cookie
stored, but not sent in the request).

*LOGOUT:
I do not have traces since (a) the server is on the net, (a) it uses HTTPS.
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moritz Schlarb  
View profile  
 More options Jun 3 2012, 8:42 am
From: Moritz Schlarb <m...@moritz-schlarb.de>
Date: Sun, 3 Jun 2012 05:42:10 -0700 (PDT)
Local: Sun, Jun 3 2012 8:42 am
Subject: Re: Opera login

This should be because TG2 only works with repoze.who-1.x which has this
bug in opera: http://bugs.repoze.org/issue89
It doesn't seem to have been fixed up until repoze.who-2.x!

Am Mittwoch, 23. Mai 2012 11:25:54 UTC+2 schrieb Juan Antonio Ibáñez:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Jun 4 2012, 9:10 am
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Mon, 4 Jun 2012 15:10:00 +0200
Subject: Re: [TurboGears] Re: Opera login
I'm working at making repoze.who 2.0 available in the 2.2 tree when
using the new auth configuration layer.

Newly quickstarted applications will already be repoze.who v2 based,
while past applications will have to be upgraded to the new auth layer
(which involves just changing a configuration option in app_cfg.py if
you didn't customize authentication)

This should also fix this issue.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Antonio Ibáñez  
View profile  
 More options Jun 4 2012, 11:27 am
From: Juan Antonio Ibáñez <juanito1...@gmail.com>
Date: Mon, 4 Jun 2012 08:27:50 -0700 (PDT)
Local: Mon, Jun 4 2012 11:27 am
Subject: Re: [TurboGears] Re: Opera login

How new auth layer works? What will be the best method to update an
existing proyect?

Regards

El lunes, 4 de junio de 2012 15:10:00 UTC+2, Alessandro Molina escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Jun 4 2012, 12:36 pm
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Mon, 4 Jun 2012 18:36:47 +0200
Local: Mon, Jun 4 2012 12:36 pm
Subject: Re: [TurboGears] Re: Opera login
Auth configuration for 2.2 is explained in development docs:
http://turbogears-dev.readthedocs.org/en/latest/main/Auth/Customizati...

To enable it the "base_config.sa_auth.authmetadata" option must be
present inside app_cfg.py

If it is not available the 2.1 authentication configuration system is
used to keep backward compatibility with existing applications, but it
won't be possible to use repoze.who v2.

Keep in mind that this will only work with 2.2 release, which is not
yet available.
In 2.1 there is no official way to use repoze.who v2

On Mon, Jun 4, 2012 at 5:27 PM, Juan Antonio Ibáñez


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Jun 6 2012, 4:15 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Wed, 6 Jun 2012 01:15:06 -0700 (PDT)
Local: Wed, Jun 6 2012 4:15 am
Subject: Re: Opera login

Thank you for your reply.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Jun 6 2012, 4:15 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Wed, 6 Jun 2012 01:15:56 -0700 (PDT)
Local: Wed, Jun 6 2012 4:15 am
Subject: Re: [TurboGears] Re: Opera login

Thank you!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Oct 11 2012, 2:11 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Wed, 10 Oct 2012 23:11:16 -0700 (PDT)
Local: Thurs, Oct 11 2012 2:11 am
Subject: Re: Opera login

Hello,

According to http://bugs.repoze.org/issue89 it is probably because of the
triple Set-Cookie headers.

I ported my app to TG 2.2, and repoze.who 2.x.  I still see that the server
sends 3 Set-Cookie headers in the login response, and can login using
Firefox, but Opera logins fail.

Are you seeing the same problem with repoze.who 2.x?

REQUEST:
POST /login_handler?__logins=0&came_from=%2F HTTP/1.1

RESPONSE:
HTTP/1.0 302 Found
Server: PasteWSGIServer/0.5 Python/2.7
Date: Thu, 11 Oct 2012 06:03:23 GMT
Location: http://192.168.1.2/post_login?__logins=0&came_from=%2F
Content-Length: 299
Content-Type: text/html; charset=UTF-8

Set-Cookie: authtkt="xxxxx!userid_type:unicode"; Path=/
Set-Cookie: authtkt="xxxxx!userid_type:unicode"; Path=/; Domain=192.168.1.2
Set-Cookie: authtkt="xxxxx!userid_type:unicode"; Path=/; Domain=.192.168.1.2

<html>
 <head>
  <title>302 Found</title>
 </head>
 <body>
  <h1>302 Found</h1>
  The resource was found at <a
href="http://192.168.1.2/post_login?__logins=0&came_from=%2F">http://192.168.1.2/post_login?__logins=0&came_from=%2F</a>;
you should be redirected automatically.

 </body>
</html>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Antonio Ibáñez  
View profile  
 More options Oct 12 2012, 5:53 am
From: Juan Antonio Ibáñez <juanito1...@gmail.com>
Date: Fri, 12 Oct 2012 02:53:21 -0700 (PDT)
Local: Fri, Oct 12 2012 5:53 am
Subject: Re: Opera login

May be a problem with the time of your server?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Oct 19 2012, 5:52 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Fri, 19 Oct 2012 02:52:09 -0700 (PDT)
Local: Fri, Oct 19 2012 5:52 am
Subject: Re: Opera login

Login and Logouts now working on Opera for me.  May be it was not working
earlier with my TG2.2 port because my server was running on a box with IP
address (and no domain name).  Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
León Domingo  
View profile   Translate to Translated (View Original)
 More options Feb 27, 12:52 pm
From: León Domingo <leon.domi...@ender.es>
Date: Wed, 27 Feb 2013 09:52:51 -0800 (PST)
Local: Wed, Feb 27 2013 12:52 pm
Subject: Re: Opera login

Hi guys,
It may be interesting for someone...

I used to have a problem logging in when the server was *localhost* (during
development), but this doesn't happen anymore with the new version of Opera
(12.14).

Regards,
León


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »