Properly pass next value across failed password attempts
authorMagnus Hagander <magnus@hagander.net>
Sat, 16 Sep 2017 11:22:58 +0000 (13:22 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 16 Sep 2017 11:36:29 +0000 (13:36 +0200)
commit5defff8eaaf75aae477b94b3ec0360b9aebb1beb
tree53f54b81a041d52d35b5185fbd75b9405f256cc8
parenta8a205d38e7af6de579080181b19868865728f38
Properly pass next value across failed password attempts

In the event of a failed password attempt, we'd loose the "next url"
part in community auth, so once the correct password was entered an
error message about unknown redirect would show up.
pgweb/account/views.py