summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 15:57:43 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 15:57:43 +0300
commitd23a261b92429b2064f6df43753f068851a3a457 (patch)
tree7630843e66a990a913706e678f6102fd7d17ba80 /include
parent3268364693814ae89df5d2c2d090108b182e48eb (diff)
RIP self-registration
Diffstat (limited to 'include')
-rwxr-xr-xinclude/login_form.php6
-rw-r--r--include/sanity_config.php4
2 files changed, 2 insertions, 8 deletions
diff --git a/include/login_form.php b/include/login_form.php
index f3f5d448e..aec305b13 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -177,13 +177,7 @@
<fieldset class="align-right">
<label> </label>
-
<button dojoType="dijit.form.Button" type="submit" class="alt-primary"><?php echo __('Log in') ?></button>
-
- <?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
- <button onclick="return UtilityApp.gotoRegForm()" dojoType="dijit.form.Button">
- <?php echo __("Create new account") ?></button>
- <?php } ?>
</fieldset>
</form>
diff --git a/include/sanity_config.php b/include/sanity_config.php
index e13eb2cd0..7aa4f6b0f 100644
--- a/include/sanity_config.php
+++ b/include/sanity_config.php
@@ -1,3 +1,3 @@
-<?php # This file has been generated at: Fri Dec 11 09:30:20 MSK 2020
+<?php # This file has been generated at: Fri Feb 12 15:56:39 MSK 2021
define('GENERATED_CONFIG_CHECK', 26);
-$required_defines = array( 'DB_TYPE', 'DB_HOST', 'DB_USER', 'DB_NAME', 'DB_PASS', 'MYSQL_CHARSET', 'SELF_URL_PATH', 'SINGLE_USER_MODE', 'SIMPLE_UPDATE_MODE', 'PHP_EXECUTABLE', 'LOCK_DIRECTORY', 'CACHE_DIR', 'ICONS_DIR', 'ICONS_URL', 'AUTH_AUTO_CREATE', 'AUTH_AUTO_LOGIN', 'FORCE_ARTICLE_PURGE', 'ENABLE_REGISTRATION', 'REG_NOTIFY_ADDRESS', 'REG_MAX_USERS', 'SESSION_COOKIE_LIFETIME', 'SMTP_FROM_NAME', 'SMTP_FROM_ADDRESS', 'DIGEST_SUBJECT', 'CHECK_FOR_UPDATES', 'ENABLE_GZIP_OUTPUT', 'PLUGINS', 'LOG_DESTINATION', 'CONFIG_VERSION'); ?>
+$required_defines = array( 'DB_TYPE', 'DB_HOST', 'DB_USER', 'DB_NAME', 'DB_PASS', 'MYSQL_CHARSET', 'SELF_URL_PATH', 'SINGLE_USER_MODE', 'SIMPLE_UPDATE_MODE', 'PHP_EXECUTABLE', 'LOCK_DIRECTORY', 'CACHE_DIR', 'ICONS_DIR', 'ICONS_URL', 'AUTH_AUTO_CREATE', 'AUTH_AUTO_LOGIN', 'FORCE_ARTICLE_PURGE', 'SESSION_COOKIE_LIFETIME', 'SMTP_FROM_NAME', 'SMTP_FROM_ADDRESS', 'DIGEST_SUBJECT', 'CHECK_FOR_UPDATES', 'ENABLE_GZIP_OUTPUT', 'PLUGINS', 'LOG_DESTINATION', 'CONFIG_VERSION'); ?>