GD Email Notifications Password Showing Asterisks

This topic contains 11 replies, has 2 voices, and was last updated by  Stiofan O’Connor 7 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #274610

    jbissitt
    Expired Member
    Post count: 90

    Hi
    We have 40 websites running GeoDirectory.
    We have now upgraded from version 1.6.5 to the latest version.
    However with the latest version, login information sent via email to registered users now shows as asterisks.
    Passwords were fully visible in v.1.6.5.
    How can we show the passwords now without rolling back to 1.6.5?
    Is there an option, to make the passwords visible?
    Many Thanks

    #274613

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This is a security feature, admin BCC copies do not show the users password, the user version should work fine.

    Stiofan

    #274615

    jbissitt
    Expired Member
    Post count: 90

    Hi Stiofan is it possible to show these in the admin BCC copies?
    Maybe a button to turn these on?
    Many thanks

    #275217

    jbissitt
    Expired Member
    Post count: 90

    Hi
    do you know if there is a way we can get the passwords? For our purposes we often need the passwords.
    Furthermore do you know when the Geodirectory API will be available?
    Many thanks

    #275219

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is no way to set this off, you could find and remove these lines from general_functions.php

    
    
    if ( $message_type == 'registration' ) {
    			$message_raw  = explode( __( "Password:", 'geodirectory' ), $message );
    			$message_raw2 = explode( "</p>", $message_raw[1], 2 );
    			$message      = $message_raw[0] . __( 'Password:', 'geodirectory' ) . ' **********</p>' . $message_raw2[1];
    		}

    Or you could install a plugin “log emails” which will log all the emails and you can view theme.

    Our API is in beta as a plugin, you can find it here: https://github.com/GeoDirectory/geodir_api

    Thanks,

    Stiofan

    #275238

    jbissitt
    Expired Member
    Post count: 90

    Hi Steofan
    Will i need to remove these lines every time the plugin updates?
    We have 40 sites running gd and will take a while each time
    Many thanks

    #275239

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    We have no plans to add a way to disable this, you can always install this plugin: https://wordpress.org/plugins/email-log/

    Stiofan

    #275249

    jbissitt
    Expired Member
    Post count: 90

    Thank you Stiofan

    #275261

    jbissitt
    Expired Member
    Post count: 90

    We have installed the plugin how do we use it with our CRM?

    #275287

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I think its under tools, it will let u view all emails sent.

    Stiofan

    #275288

    jbissitt
    Expired Member
    Post count: 90

    Thank you Stefan, sorry I mean for the Beta plugin how to we use it?
    Is there any help files for it
    Many thanks

    #275291

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Oh, it works the same as any wp api, its adds its own root api urls to the api list.
    We don’t have docs for it yet, we are working on new payments manager after that our API will be the main focus.

    Stiofan

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket