Results 1 to 4 of 4

Thread: "A password will be emailed to you" where can I find this?

  1. #1
    Thread Starter
    Member
    Not a Verified Customer
    lappyhappy's Avatar
    Join Date
    Jan 2010
    Posts
    60
    Thanks
    0
    Thanked 0 Times in 0 Posts

    "A password will be emailed to you" where can I find this?

    Where can I find this text in the coding? I would like to change it to notify new users to check their spam folders for the confirmation email.


  2. #2
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: "A password will be emailed to you" where can I find this?

    classipress/functions/custom-options.php

    Code:
    <p id="reg_passmail"><?php _e('A password will be e-mailed to you.','cp') ?></p>
    Code:
    <p id="reg_passmail"><?php _e('Whatver you like here','cp') ?></p>

  3. #3
    Thread Starter
    Member
    Not a Verified Customer
    lappyhappy's Avatar
    Join Date
    Jan 2010
    Posts
    60
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: "A password will be emailed to you" where can I find this?

    Thanks!!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: "A password will be emailed to you" where can I find this?

    Thanks Damien

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Add "SOLD" to items that are gone
    By tiffany in forum ClassiPress General Discussion
    Replies: 3
    Last Post: May 29th, 2009, 02:32 AM