splitbrain / dokuwiki-plugin-smtp

Send DokuWiki mails via a configured SMTP server
https://www.dokuwiki.org/plugin:smtp
12 stars 14 forks source link

local.php losing smtp password on settings update #54

Open Sudrien opened 1 year ago

Sudrien commented 1 year ago

2022-07-31a "Igor" 2022-09-11 smtp mozilla firefox 109.0

On form load, Plugin > smtp > auth_pass does not repopulate - it shows white like its edited, but is completely blank.

If saved in this state, password is removed from local.php

... also, is there a reason auth_pass is stored plain text? Like, wouldn't a pbkdf2 with a lot of iterations be preferred for form output?