Title: sitepad's Replies | WordPress.org

---

# sitepad

  [  ](https://wordpress.org/support/users/sitepad/)

 *   [Profile](https://wordpress.org/support/users/sitepad/)
 *   [Topics Started](https://wordpress.org/support/users/sitepad/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sitepad/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sitepad/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sitepad/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sitepad/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sitepad/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Security issue: Unencrypted password saved into database!](https://wordpress.org/support/topic/security-issue-unencrypted-password-saved-into-database/)
 *  [sitepad](https://wordpress.org/support/users/sitepad/)
 * (@sitepad)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/security-issue-unencrypted-password-saved-into-database/#post-4343285)
 * Hi,
 * i too found this strange behaviour by accident.
    My wordpress login credentials
   were saved in plaintext in the option fields mentioned above. (the smtp-credentials
   need to be saved somewhere, ok, but the wordpress credentials sould never show
   up in these fields!)
 * I couldn’t figure out why this happens. The input field for “SMTP Username” uses“
   dbem_smtp_username” as id and name – that should be sufficiently unique.
 * It happenened in Firefox 26.0 and Chromium 32, the latter one was used just once
   with the domain i tested this on.
 * Anyways, i worked around this with a quick hack in events-manager/em-functions.
   php line 621
 * Just add `autocomplete="off"` to the input field.
 * What is the best way to fix this?

Viewing 1 replies (of 1 total)