GeoDirectory SupportRegistration Page – Password Message – GeoDirectory Support https://wpgeodirectory.com/support/topic/registration-page-password-message/feed Mon, 06 Apr 2026 17:34:17 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/registration-page-password-message/#post-32983 <![CDATA[Registration Page – Password Message]]> https://wpgeodirectory.com/support/topic/registration-page-password-message/#post-32983 Thu, 05 Mar 2015 08:02:51 +0000 halalcompass Hello,

I have the option to let people choose their own password set to “YES”. So why does it still display the message “(note: A password will be e-mailed to you for future usage.)”?

Doesn’t make sense. How can I disable this message without modifying core files?

Thanks,
Shiraz

]]>
https://wpgeodirectory.com/support/topic/registration-page-password-message/#post-33043 <![CDATA[Reply To: Registration Page – Password Message]]> https://wpgeodirectory.com/support/topic/registration-page-password-message/#post-33043 Thu, 05 Mar 2015 20:27:58 +0000 Paolo Hi,

you can hide it with css:


#reg_passmail {
    display: none;
}

or change it via translation files. http://docs.wpgeodirectory.com/translate-core/

thx

]]>