-
Notifications
You must be signed in to change notification settings - Fork 9
PomanoB/kohana-ulogin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Модуль для Kohana, предназначенный для работы с uLogin Установка: 1. Создать таблицу ulogins: CREATE TABLE `ulogins` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `user_id` INT(11) NOT NULL, `network` VARCHAR(255) NOT NULL, `identity` VARCHAR(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `identity` (`identity`) ) 2. Добавить 'ulogins' => array(), в protected $_has_many у модели user
About
uLogin module for Kohana
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published