8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-18 08:38:09 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Yoann Pétri 69f78d8c60 Ça se dit Rézo Metz 'tain 2021-01-24 16:37:09 +01:00
Gabriel Detraz 02678b7ccd First step of docstring translation 2021-01-24 16:36:16 +01:00
Laouen Fernet e26d21064e Improve internationalisation for email templates, scripts, commands and error messages 2019-11-24 23:27:57 +01:00
Hugo Levy-Falk c4a104b3b6 I like my black.
Just ran black on the whoe repository. Fix #210.
2019-11-04 22:47:24 +01:00
Hugo Levy-Falk a9194b405a Hello Lara :D
Just ran `find /var/www/re2o \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/Goulven/Lara/g'`.
2019-10-01 13:37:56 +02:00
Hugo Levy-Falk 6a44a32ecd Fix Login, Django 1.11 changed their API. 2019-09-05 18:52:40 +02:00
Fardale 4a14d6480c fix md5 password verification function 2019-07-07 13:06:23 +02:00
Fardale 074b944246 fix crypt password verification function 2019-07-07 13:06:23 +02:00
Gabriel Detraz 6e08d3f415 Récupération correcte du sel dans le mot de passe encodé 2018-11-15 16:44:50 +01:00
Charlie Jacomme 382398a351 Produce newer hash upon login 2018-08-12 19:06:56 +02:00
David Sinquin ca08234a81 login handler: Use constant-time comparaison for hashes.
An attacker knowing the salt but not the hash could try timming-attacks
to guess a password hash and then try to find it from the hash.
Although not a high risk, there is no good reason not to use a
constant-time comparison, hence this commit.
2018-08-04 22:57:03 +02:00
David Sinquin 3244a46d94 login handler: Various code cleanings with no impact. 2018-08-04 22:57:03 +02:00
Charlie Jacomme fbb2c59722 Support old hashes, md5/crypt 2018-08-04 16:58:42 +02:00
Maël Kervella 2ca271bf82 Pylint compliance on re2o 2018-04-15 10:52:27 +00:00
Gabriel Detraz e1d0a8ee29 Fix encodage et imports 2017-09-27 15:40:57 +02:00
lhark 8675f9b795 Add copyright header to all .py files 2017-01-15 18:01:18 -05:00
Gabriel Detraz c000af5174 Patch user password 2016-11-21 20:14:47 +01:00
Gabriel Detraz 7609652ef4 Hotfix ldap 2016-11-21 18:32:53 +01:00
lhark 2b4227c5fb Custom password hasher for SSHA 2016-07-06 22:44:30 +02:00
chirac 8343478aea Vue de modification du mdp 2016-07-02 00:35:44 +02:00