- 26 Jun, 2019 6 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
We add a pydist-overrides to handle cubicweb, as it's not available in official Debian repositories.
-
Denis Laxalde authored
Bump min python2 version along the way.
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 17 May, 2019 3 commits
-
-
Philippe Pepiot authored
Since we don't use Crypo module directly.
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 16 May, 2019 5 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
Currently, this test fails on python3 because mails are not sent (because of a bug in cubicweb.crypto pending fix [1]) though we at least ensure that the Fpasswd entity is created. [1]: https://lists.cubicweb.org/pipermail/cubicweb-devel/2019-May/002913.html
-
Denis Laxalde authored
-
Denis Laxalde authored
* pytestconf.py is for logilab's pytest, which we do not use anymore. * realdb_test_forgotpwd.py is broken by an ImportError (at least).
-
Denis Laxalde authored
This fixes the following warnings: DeprecationWarning: [3.25] __secure__ argument is deprecated DeprecationWarning: [3.25] secure argument is deprecated Accordingly, we now require cubicweb >= 3.25. Notice that we drop a test case which sole purpose was to check that things work with https-url option. Since this option does not exist anymore, the test is now meaningless. On the other hand, we extend the remaing tests for notification view (test_reset_password) to now check for the presence of instance URL in sent email.
-
- 15 May, 2019 1 commit
-
-
Denis Laxalde authored
-
- 29 Oct, 2017 3 commits
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
- 05 Aug, 2015 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
Renamed in 3.15
-
- 08 Jul, 2015 4 commits
-
-
Rémi Cardona authored
-
Rémi Cardona authored
-
Rémi Cardona authored
-
Rémi Cardona authored
-
- 18 Jun, 2015 1 commit
-
-
Katia Saurfelt authored
-
- 01 Apr, 2015 2 commits
-
-
Julien Cristau authored
Added tag cubicweb-forgotpwd-version-0.7.0, cubicweb-forgotpwd-debian-version-0.7.0-1 for changeset b7b107fda32f
-
Julien Cristau authored
-
- 31 Mar, 2015 1 commit
-
-
Julien Cristau authored
Sending passwords or tokens over plain text considered bad form.
-
- 30 Mar, 2015 1 commit
-
-
Rémi Cardona authored
The old highjack of the LogFormView fails miserably when the bootstrap cube is used. Putting the link inside a fake FieldWidget inside the form yields good results. Closes #5190006.
-
- 02 Feb, 2015 3 commits
-
-
Julien Cristau authored
Added tag cubicweb-forgotpwd-version-0.6.2, cubicweb-forgotpwd-debian-version-0.6.2-1 for changeset 77007cca9326
-
Julien Cristau authored
-
Julien Cristau authored
-
- 24 Jan, 2015 1 commit
-
-
Christophe de Vienne authored
Also, an old 'session' variable was still used. Closes #4862475
-
- 18 Nov, 2014 2 commits
-
-
David Douard authored
Added tag cubicweb-forgotpwd-version-0.6.1, cubicweb-forgotpwd-debian-version-0.6.1-1 for changeset 3f00e266bdcc
-
David Douard authored
-
- 17 Oct, 2014 2 commits
-
-
Christophe de Vienne authored
As is, no way to have the cube do its work. There should be some unittests that test the whole stack, not only the services.
-
Christophe de Vienne authored
The result of the conversion is used as a message, hence needs to be unicode string.
-
- 06 Oct, 2014 2 commits
-
-
Julien Cristau authored
Added tag cubicweb-forgotpwd-version-0.6.0, cubicweb-forgotpwd-debian-version-0.6.0-1 for changeset 354418da33d5
-
Julien Cristau authored
-
- 23 Sep, 2014 1 commit
-
-
Christophe de Vienne authored
The Pillow library is becoming the de-facto replacement for PIL. It also is way simpler to install with pip than PIL. Putting it as a dependency allows pip to be happier, without forcing older distributions still shipping PIL to switch.
-