Skip Navigation

[Gelöst] %%FORM_DATA%% send password as clear string

This support ticket is created vor 3 Jahre, 9 Monate. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 7 Antworten, has 2 Stimmen.

Last updated by romanF vor 3 Jahre, 9 Monate.

Assisted by: Minesh.

Author
Artikel
#1684125

I use a form to let user register as a wordpress member. The form sends all data using %%FORM_DATA%% to the wordpress admin so he can review the user's date. But the password is in clear form. Can this be changed so the password is not sent or as *****

Thank you for your help.

#1684657

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Do you want that when the email notification sent, you want to display password as blank or as ***?

#1684671

I do prefer the solution with the ****.

Thank you.

#1684733

If you do changes to the any of the WordPress files, please use the astra-child theme for it. So I can easily update the theme later.

Thanky you.

#1684763

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

There is no way to modify the %%FORM_DATA%% values so I've changed the notification section where you are displaying the %%FORM_DATA%% as given under:

Weitere Daten des Bewerbers:
<table>
  <tr> 
    <td> <strong> Benutzername:</strong></td>  
    <td> %%USER_LOGIN_NAME%%  </td> 
  </tr>
  <tr> 
    <td> <strong> Benutzer-E-Mail:</strong></td>  
    <td> %%USER_EMAIL%%  </td> 
  </tr>
  <tr> 
    <td> <strong> Benutzerpasswort:</strong></td>  
    <td> *********** </td> 
  </tr>
  <tr> 
    <td> <strong> Nickname:</strong></td>  
    <td> %%USER_NICKNAME%% </td> 
  </tr>
   <tr> 
    <td> <strong> First Name:</strong></td>  
    <td> %%USER_FIRST_NAME%% </td> 
  </tr>
  <tr> 
    <td> <strong> Last Name:</strong></td>  
    <td>  %%USER_LAST_NAME%% </td> 
  </tr>
</table>

Can you pleases confirm now it works as expected.

#1684771

Great!! It works! Thanks!

Can you please guide me to the notification section where you changed this?

Thank you!

#1684793

Minesh
Supporter

Languages: Englisch (English )

Timezone: Asia/Kolkata (GMT+05:30)

With the following form:
=> hidden link

I've added the changes to the E-mail notification section for the notification "Benachrichtigung für Admin - Neuer Bewerber" within the notification e-mail body area.

#1684803

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.