Explorar el Código

change type input for password-alt

jamesadams hace 7 meses
padre
commit
430602f6fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/plugins/invites/plugin.php

+ 1 - 1
api/plugins/invites/plugin.php

@@ -452,7 +452,7 @@ class Invites extends Organizr
 					'value' => $this->config['INVITES-komga-api-key']
 				),
 				array(
-					'type' => 'input',
+					'type' => 'password-alt',
 					'name' => 'INVITES-komga-default-user-password',
 					'label' => 'Default password for new user',
 					'value' => $this->config['INVITES-komga-default-user-password']