- This topic has 5 replies, 4 voices, and was last updated 9 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Customize form text color on reset password
Tagged: Password Reset
I created a page for the password reset but the background of the theme is very dark and the font: “Please enter your e-mail address. You will receive a new password via e-mail.
EMAIL:” is also very dark. Where can I change that? I’ve looked in the eMember_style.css but don’t see it.
Is there any other way to send them their password other than via email in plain text? Doesn’t seem secure.
The current CSS default is:
#wp_emember_email_mailForm{
color: black;
}
Just add your version to: eMember_style.css
Is there any other way to send them their password other than via email in plain text? Doesn’t seem secure.
Unless you are protecting bank information, or using eMember on a GAO contract; the current password reset method is “appropriate enough.” Remember, the weakest link will be the user’s inbox. Even a password reset URL will not protect you from a weak Yahoo mail password. On top of that, a competent hacker would just go straight for the MySQL database and not even bother with the eMember passwords.
too easy, why couldn’t I find that? lol
You can also use the following plugin to insert your custom CSS:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
How can I change the text? For example what if I wanted to drop the first sentence and only have the second one? I figured it out from above post.
What is the specific/exact text string you want to “drop?”