Ask Your Question

kapilhp's profile - activity

2014-08-31 08:07:15 +0200 answered a question password same as username causes problems

Recent patch kapilhp/patch-1 attached to #217 for sagemath/sagenb repository on github fixes this issue.

The problem was with the settings page which did not apply the same validity checks to the password that were applied by the login page.

2014-08-28 06:25:01 +0200 commented question password same as username causes problems

I think it is a good idea to not allow "trivial" passwords. However, it is then important that the system disallow weak passwords in the "Settings" page. Question: Can someone suggest a patch?

2014-08-23 17:16:52 +0200 asked a question password same as username causes problems

This is issue #213 at https://github.com/sagemath/sagenb/is...

The Sage notebook allows a user to set the password the same as her username.

However, if the user tries to login using this username/password combination, then the login is denied.