We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d925b32 + 77f33e6 commit 64604deCopy full SHA for 64604de
1 file changed
interface/web/login/index.php
@@ -312,6 +312,7 @@
312
}
313
314
$app->load('getconf');
315
+$sys_config = $app->getconf->get_global_config('misc');
316
317
$security_config = $app->getconf->get_security_config('permissions');
318
if($security_config['password_reset_allowed'] == 'yes') {
0 commit comments