pidgin/pidgin

883748e4b020
Remove mentions of passwords from the pidgin account dialog

Testing Done:
This fixes [#PIDGIN-17482](https://issues.imfreedom.org/issue/PIDGIN-17482)



![screenshot1](https://i.ibb.co/0DT84PK/Screenshot-from-2021-03-18-17-59-47.png) | ![screenshot2](https://i.ibb.co/b7tYpf0/Screenshot-from-2021-03-18-17-59-54.png)

Bugs closed: PIDGIN-17482

Reviewed at https://reviews.imfreedom.org/r/572/
if ENABLE_DOC
subdir('reference')
endif
if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
finch_man = configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif