[sage-devel] Re: Changing password on notebook server?

2012-06-08 Thread P Purkayastha


On Friday, June 8, 2012 10:36:10 AM UTC+8, Nils Bruin wrote:
>
> On Jun 7, 6:41 pm, Maarten Derickx  
> wrote: 
> > When I do it in sage5.0 using google chrome I get redirected to the 
> login 
> > page. What version of sage and which browser do you use? 
>
> Firefox & Sage 5.0. There's something funny with that setup anyway -- 
> sometimes, the logout button doesn't work, which is probably exactly 
> the same problem. So there must be some cookie that doesn't always go 
> away when it should. Unless I find a way to reproduce it on other 
> systems I'll chalk it up to the browser configuration.

 
That's not a browser problem. I had that problem with the old notebook for 
quite a while (even sage-4.7.2 iirc). The new notebook should get rid of 
all these issues.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Nils Bruin
On Jun 7, 7:46 pm, Jason Grout  wrote:
> On 6/7/12 9:36 PM, Nils Bruin wrote:
>
> > Firefox&  Sage 5.0.
>
> Sage 5.0 with the included notebook? Or the new flask notebook (like
> what is running on *.sagenb.org)?

I'm not that adventurous. Stock Sage 5.0.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Jason Grout

On 6/7/12 9:36 PM, Nils Bruin wrote:

Firefox&  Sage 5.0.


Sage 5.0 with the included notebook? Or the new flask notebook (like 
what is running on *.sagenb.org)?


Jason


--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Nils Bruin
On Jun 7, 6:41 pm, Maarten Derickx 
wrote:
> When I do it in sage5.0 using google chrome I get redirected to the login
> page. What version of sage and which browser do you use?

Firefox & Sage 5.0. There's something funny with that setup anyway --
sometimes, the logout button doesn't work, which is probably exactly
the same problem. So there must be some cookie that doesn't always go
away when it should. Unless I find a way to reproduce it on other
systems I'll chalk it up to the browser configuration.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Maarten Derickx
Le vendredi 8 juin 2012 04:04:07 UTC+2, jason a écrit :
>
> On 6/7/12 8:41 PM, Maarten Derickx wrote: 
>
> > ps. Hidden sage security easter egg: Is you password longer then 8 
> > characters? Then try to just type the first 8 
>
> Until you change your password.  A year ago we switched from using crypt 
> to using sha256, so any recent accounts and any recently-changed 
> passwords should not have the 8-character limit.  I don't know if this 
> change is in the old notebook. 
>
 
It's still in the current notebook (at least the one included in 5.0). 

The file sagenb/notebook/user.py still contains the line:

SALT = 'aa'
 
And I verified it in my own sage 5.0 server so this code is still getting 
used. Note that it could be fixed by a minimal effort of changing this line 
to

SALT = '$1$aa'

but this will not be very usefull since flask already has positive review 
so it will be fixed in the new notebook.


> Thanks, 
>
> Jason 
>
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Jason Grout

On 6/7/12 8:41 PM, Maarten Derickx wrote:


ps. Hidden sage security easter egg: Is you password longer then 8
characters? Then try to just type the first 8


Until you change your password.  A year ago we switched from using crypt 
to using sha256, so any recent accounts and any recently-changed 
passwords should not have the 8-character limit.  I don't know if this 
change is in the old notebook.


Thanks,

Jason

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Changing password on notebook server?

2012-06-07 Thread Maarten Derickx
When I do it in sage5.0 using google chrome I get redirected to the login 
page. What version of sage and which browser do you use?

ps. Hidden sage security easter egg: Is you password longer then 8 
characters? Then try to just type the first 8

Le jeudi 7 juin 2012 02:03:48 UTC+2, Nils Bruin a écrit :
>
> Can this be confirmed? 
>
>  - Log into a sage notebook 
>  - Change password 
>
> Expected result: 
>
>  - happy computing with a new password 
>
> Observed outcome 
>
>  "404 Not Found: The resource / cannot be found." 
>
> Workaround 
>
>  -Quit browser 
>  -Start browser and reconnect 
>  -New password provides access.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org