mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Minor fixes
This commit is contained in:
parent
d292b06e9f
commit
b2d819aa29
@ -605,10 +605,10 @@ class CredentialStore extends Wizard
|
|||||||
'identifier' => $identifier,
|
'identifier' => $identifier,
|
||||||
'id_group' => $id_group,
|
'id_group' => $id_group,
|
||||||
'product' => $product,
|
'product' => $product,
|
||||||
'username' => io_input_password($username),
|
'username' => io_input_password(io_safe_output($username)),
|
||||||
'password' => io_input_password($password),
|
'password' => io_input_password(io_safe_output($password)),
|
||||||
'extra_1' => io_input_password($extra_1),
|
'extra_1' => io_input_password(io_safe_output($extra_1)),
|
||||||
'extra_2' => io_input_password($extra_2),
|
'extra_2' => io_input_password(io_safe_output($extra_2)),
|
||||||
];
|
];
|
||||||
|
|
||||||
// Spaces are not allowed.
|
// Spaces are not allowed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user