| 43f71e05 | 19-Oct-2019 |
sdavis80 <sddev@dvscat.com> |
updated inc/auth.php
Updated the auth_pwgen password generator order to letters + special character + number so that the password will not end with a comma, full stop or other special character.
Fo
updated inc/auth.php
Updated the auth_pwgen password generator order to letters + special character + number so that the password will not end with a comma, full stop or other special character.
For example bacdefgih.15 instead of bacdefgih15.
show more ...
|
| 2c849d6c | 17-Oct-2019 |
Mark Janssen <mpc.janssen@gmail.com> |
Fix #2883 |
| fe52a7ca | 17-Oct-2019 |
Mark Janssen <mpc.janssen@gmail.com> |
Add failing unit test for #2883 |
| d0c72da0 | 10-Oct-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 618a9504 | 08-Oct-2019 |
Bartek S <sadupl@gmail.com> |
translation update |
| 34ed9bc9 | 08-Oct-2019 |
Anonymous <anonymous@example.org> |
translation update |
| 410dd8d2 | 08-Oct-2019 |
Bartek S <sadupl@gmail.com> |
translation update |
| a162d649 | 28-Sep-2019 |
Florian <florianmail55@gmail.com> |
translation update |
| 297c3d20 | 26-Sep-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 118b2568 | 24-Sep-2019 |
PaliPalo <palipalo@hotmail.fr> |
translation update |
| be3146e3 | 21-Sep-2019 |
Mario AlexandTeixeira dos Santos <masterofclan@gmail.com> |
translation update |
| f6e0950d | 14-Sep-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| cf293cd5 | 14-Sep-2019 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 5ddd0bbb | 12-Sep-2019 |
StarArmy <stararmy@gmail.com> |
Add ugc hint to nofollow |
| 8e99834d | 29-Aug-2019 |
Michael Harrison <michharri120@gmail.com> |
translation update |
| 36a27b1c | 15-Aug-2019 |
Katerina Katapodi <extragold1234@hotmail.com> |
translation update |
| 4568e613 | 06-Aug-2019 |
Przemek <p_kudriawcew@o2.pl> |
translation update |
| ba2135f3 | 04-Aug-2019 |
Paulo Ricardo Schopf <pschopf@gmail.com> |
translation update |
| 0cb52335 | 03-Aug-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
| be030f84 | 27-Jul-2019 |
Aikaterini Katapodi <extragold1234@hotmail.com> |
translation update |
| d3173fb2 | 17-Jul-2019 |
pavement <pavement@rael.cc> |
translation update |
| dbc189b2 | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
Moved parts of the Asian word handling to its own class |
| 8a9a2e3d | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
ignore snake_case error of substr_replace
We replace original PHP methods here and the original method is in snake_case, so it makes sense to keep it this way even though that violates PSR-2 |
| 6ce3e5f8 | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
fixed some line length errors |
| f600e75a | 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
ignore PSR2 in the old form class
This class needs to be replaced with dokuwiki\Form in the future. |