causefx преди 7 години
родител
ревизия
aa54e3cc7f
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      api/functions/organizr-functions.php

+ 2 - 0
api/functions/organizr-functions.php

@@ -613,12 +613,14 @@ function getSettingsMain()
 				'type' => 'password-alt',
 				'name' => 'registrationPassword',
 				'label' => 'Registration Password',
+				'help' => 'Sets the password for the Registration form on the login screen',
 				'value' => $GLOBALS['registrationPassword'],
 			),
 			array(
 				'type' => 'switch',
 				'name' => 'hideRegistration',
 				'label' => 'Hide Registration',
+				'help' => 'Enable this to hide the Registration button on the login screen',
 				'value' => $GLOBALS['hideRegistration'],
 			),
 			array(