на модерации Регистрация пользователей.

haribo

Пользователь
you can disable email comfrim registration:

You can change like this!

#1:
============================================================
$bb_cfg['reg_email_activation'] = false; // Demand to activate profile by email confirmation
============================================================

#2:
========================================
// Email
$bb_cfg['emailer'] = [
'enabled' => false,
'sendmail_command' => '/usr/sbin/sendmail -bs',
'smtp' => [
'enabled' => false, // send email via external SMTP server
=========================================

#3:
==============================================================
$bb_cfg['extended_email_validation'] = false; // DNS & RFC checks for entered email addresses
==============================================================
 
Сверху