A
A
Arthur2019-04-22 00:17:39
1C-Bitrix
Arthur, 2019-04-22 00:17:39

How to change the appearance of the authorization page in Bitrix?

Here is the page itself - tyk
Here is the content of the /auth/index.php file:

<?
define("NEED_AUTH", true);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

if (is_string($_REQUEST["backurl"]) && strpos($_REQUEST["backurl"], "/") === 0)
{
  LocalRedirect($_REQUEST["backurl"]);
}

$APPLICATION->SetTitle("Авторизация");
?>
<p>Вы зарегистрированы и успешно авторизовались.</p>
 
<p>Используйте административную панель в верхней части экрана для быстрого доступа к функциям управления структурой и информационным наполнением сайта. Набор кнопок верхней панели отличается для различных разделов сайта. Так отдельные наборы действий предусмотрены для управления статическим содержимым страниц, динамическими публикациями (новостями, каталогом, фотогалереей) и т.п.</p>
 
<p><a href="<?=SITE_DIR?>">Вернуться на главную страницу</a></p>

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>

I understand that this section creates the form itself: How do I add some text on this page to the left of the form?
define("NEED_AUTH", true);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Gritsuk, 2019-04-22
@arturweb01

Customize the system.auth.authorize component template.
In order for the new template to work, it is necessary that the template name be the same as in the settings of the main module "Authorization system components template (system.auth.*):"
5cbd596f12185279934833.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question