From 0cf21671a490157cf6c55991f4711a5d43956b6c Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sat, 24 Mar 2018 01:43:07 +0100 Subject: [PATCH] * updated TODO (password strength requirements in v1.0) --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 01d9ec6a..eeb344ef 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,9 @@ * plugin auto-update and check-version * needs support from my-aac.org (plugins database) * remove tibiacom template, and include it as a plugin + * add some strong password requirements when creating new account + * minimum one big letter, one small letter, digit and one special character? + * should be configurable 2.0 * minimum PHP 7.0.0 required - use PHP 7 features