Skip to content

Commit

Permalink
Remove install script
Browse files Browse the repository at this point in the history
  • Loading branch information
yngc0der committed Jun 14, 2020
1 parent 41306c2 commit 4ac0b0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

Перейти в корень проекта

Выполнить:
Выполнить
```
composer require yngc0der/bitrix-tauth:dev-master
```
и установить модуль "Telegram авторизация" в админке сайта, либо выполнить команду
```
composer run-script post-install-cmd -d #MODULE_DIR#/yngc0der.tauth
```
и установить модуль "Telegram авторизация" в админке сайта

# Настройка
1. перейти в настройки модуля "Социальные сервисы"
2. поставить галочку возле "Telegram" в блоке "Внешние сервисы"
3. ввести имя бота и токен, полученный при его регистрации в блоке "Настройки Telegram"

После сохранения в дефолтном компоненте авторизации появится виджет для авторизации на сайте через телеграм
После сохранения, в дефолтном компоненте авторизации появится виджет для авторизации на сайте через телеграм
17 changes: 6 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,17 @@
"type": "bitrix-d7-module",
"license": "MIT",
"description": "Telegram authorization module",
"extra": {
"installer-name": "tauth"
},
"require": {
"php": ">=7.2",
"composer/installers": "~1"
},
"authors": [
{
"name": "Roman Horbach",
"email": "rg.archuser@gmail.com"
}
],
"scripts": {
"post-install-cmd": [
"php scripts/install.php"
]
"require": {
"php": ">=7.2",
"composer/installers": "~1"
},
"extra": {
"installer-name": "tauth"
}
}
20 changes: 0 additions & 20 deletions scripts/install.php

This file was deleted.

0 comments on commit 4ac0b0c

Please sign in to comment.