Ask Your Question
0

password same as username causes problems

asked 10 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

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.

Preview: (hide)

Comments

What is the question ?

FrédéricC gravatar imageFrédéricC ( 10 years ago )

I think it's more of a bug report, which is fine.

kcrisman gravatar imagekcrisman ( 10 years ago )

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?

kapilhp gravatar imagekapilhp ( 10 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 10 years ago

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.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 10 years ago

Seen: 276 times

Last updated: Aug 31 '14