From 2874856b408541eaa0161c9eafb15803c7e96fcf Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 5 Sep 2019 12:56:54 +0300 Subject: [PATCH] write changed in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bf236e3..761dec8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Aauth is a User Authorization Library for CodeIgniter 2.x and 3.x, which aims to **This is Quick Start page. You can also take a look at the [detailed Documentation Wiki](https://github.com/magefly/CodeIgniter-Aauth/wiki) to learn about other great Features** +### Изменения после форка + +* Все таблицы в базе получили внешние ключи и каскадное удаление +* Полностью удален механизм дочерних групп, функционал избыточный +* Личные сообщения переведы на механизм чатов (чат по правам групп, сообщение отправляется на группу, а не на пользователя) +* Добавлены логи по пользователям, любые кастомные сообщения доступны. + ### Features *** * User Management and Operations (login, logout, register, verification via e-mail, forgotten password, user ban, login DDoS protection)