Title: sdpetersen's Replies | WordPress.org

---

# sdpetersen

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Updating Credit Card Auth.net: E00037](https://wordpress.org/support/topic/updating-credit-card-auth-net-e00037/)
 *  Thread Starter [sdpetersen](https://wordpress.org/support/users/sdpetersen/)
 * (@sdpetersen)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/updating-credit-card-auth-net-e00037/#post-9485924)
 * Thanks Andrew,
 * When the users go to the membership level selection page, it shows their membership
   as already selected. Does that mean they need to change to a different level 
   first and then select back to the one they were on already?
 * Is there a Hook somewhere that I utilize to write custom code to recognize when
   Auth.net sends the E00037 and trigger it to create a new subscription instead
   of renew the old one? I’m worried too many users will get lost in the process
   of switching account types and back again.
 * Thanks,
    Shane
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] In WP version 4.3, plugin creates a 3rd password field that displays plain text](https://wordpress.org/support/topic/in-wp-version-43-plugin-creates-a-3rd-password-field-that-displays-plain-text/)
 *  [sdpetersen](https://wordpress.org/support/users/sdpetersen/)
 * (@sdpetersen)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/in-wp-version-43-plugin-creates-a-3rd-password-field-that-displays-plain-text/#post-6465974)
 * [@mk-ned](https://wordpress.org/support/users/mk-ned/), did you ever figure out
   what is causing your password field issue? I’m having the exact same issue, but
   I’m running the latest TML (6.4.5) and WordPress (4.5.3)
 * The issue started when I updated from an old version of WP and TML last week (
   updated from TML 6.3.8 and WP 3.8.15).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Invitation Codes] Show invite code inside template file](https://wordpress.org/support/topic/show-invites-on-template-codes-file/)
 *  [sdpetersen](https://wordpress.org/support/users/sdpetersen/)
 * (@sdpetersen)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/show-invites-on-template-codes-file/#post-4898274)
 * For anyone happening upon this as I did, Julio made a mistake in his post code:
 * This:
    `$baweic_options= get_option( '' );`
 * Should be this:
    `$baweic_options = get_option( 'baweic_options' );`
 * Doing it that way will pull a blank data set.
 * [@thecatcher1984](https://wordpress.org/support/users/thecatcher1984/), did you
   ever figure that out? All you have to do is find an appropriate hook or filter
   to grab onto during the registration process and then add the code to the $baweic_options
   and include the code in the email.

Viewing 3 replies - 1 through 3 (of 3 total)