Commit 6661f221 authored by Rémi Duraffort's avatar Rémi Duraffort

ftp: let the user see the password in the conf (was a bad idea to hide it).

parent 09d838bf
...@@ -79,8 +79,8 @@ vlc_module_begin () ...@@ -79,8 +79,8 @@ vlc_module_begin ()
change_safe() change_safe()
add_string( "ftp-user", "anonymous", NULL, USER_TEXT, USER_LONGTEXT, add_string( "ftp-user", "anonymous", NULL, USER_TEXT, USER_LONGTEXT,
false ) false )
add_password( "ftp-pwd", "anonymous@example.com", NULL, PASS_TEXT, add_string( "ftp-pwd", "anonymous@example.com", NULL, PASS_TEXT,
PASS_LONGTEXT, false ) PASS_LONGTEXT, false )
add_string( "ftp-account", "anonymous", NULL, ACCOUNT_TEXT, add_string( "ftp-account", "anonymous", NULL, ACCOUNT_TEXT,
ACCOUNT_LONGTEXT, false ) ACCOUNT_LONGTEXT, false )
add_shortcut( "ftp" ) add_shortcut( "ftp" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment