How to disable "Contact a Board Administrator"? - phpbb

The page /forum/memberlist.php?mode=contactadmin leads to this page that allows a guest to spam.
How to completely disable this "Contact a Board Administrator" feature in phpBB 3?
Sample spam message:
Hello Administrator,
The following is an e-mail sent to you through the administration contact
page on "xxx".
The message was sent from a guest who specified the following contact
information:
Name: Barnypok
E-mail address: jfvynms4281rt#hotmail.com
IP Address: 188.143.x.x
Message sent to you follows
~~~~~~~~~~~~~~~~~~~~~~~~~~~
zd9hNf Link deleted.

The solution is to go to ACP (Admin control panel) > Contact page settings > Enable contact page > Disabled.

Related

Mailgun unsubscribe text in email

So i have recently added and verified my mailgun account to my DNS & configured it through Exim through (WHM) on my server using the following guide.
enter link description here
It is now tracking my emails which is what i wanted, However on creating a new account through WHM and logging into the webmail into the new account i sent a test email to myself and i have at the bottom of the email "To unsubscribe click LINK"
As I'll be providing clients emails who will need to use emails daily i wouldn't want this link being under every single email they send.
I have upgraded my account, as i believed this would stop it but it hasn't?
Could anybody throw some light on this situation.
Many thanks
Log in to Mailgun, click your Domain Name and then disable the "Unsubscribes" option. This will then remove the link that is being automatically added to your outgoing emails.

Odoo 9 website user self password change

My question is simple, where does a client change his/her password after signing up (registering)?
I've installed odoo 9 (on Ubuntu) and installed the website app.
The Sign in page doesn't show a forgot username / password option
If the user logs in, the app has a "username -> My Account -> Your Details -> change" button, where the user can see address, e-mail ...etc. but no change password button.
Am I overlooking an option somewhere? If that option doesn't exist, is it possible to add such a button in xml, that would not be overwritten with the nightly builds?
Solved! ...
In the url of your site, place ?debug after "web" and before "#"
(ex: server.tld:8123/web?debug#view_type=form...)
- select "settings" from the top menu
- click on "General Settings" on the left menu
- click on the checkbox next to "Enable password reset from Login page"
- click on apply
- remove ?debug from the url
Done!

WHMCS not sending the cpanel details to clients

I am a newbie for whmcs. I have configure all the necessary configuration in whmcs and my whm/cpanel are also connected with whmcs. I have tested, it shows successful message to me. But my clients getting the welcome mail, order confirmation mail and invoice mail except cpanel details.
Please suggest me what to do?
Thanks in advance.
Make sure that you have severs configured in 'Setup' > 'Products/Services' > Severs and check that your client is assigned to the server in their hosting product
It could be due to error(s) in the service welcome email template.
At the admin area, go to that specific user services and at the footer, click on "Resend Product Welcome Email" .
You will be redirected to the sent emails log for that client.
If it did not send, check Utilities > Logs > Activity Log .
If you wish to send the email manually, go to Orders->List All Orders and then click on the ID of the order for which you want to send the email. Make sure you are on the Products/Services tab. Scroll to the very bottom of the page where you see Send Message. Select Hosting Account Welcome Email from the drop-down and click on send message.
If the email template contains an error, you will be told after the page refreshes. If not, you will see a success notification. This at least tells you that your automatic email error isn't coming from the email template. It also helps you send the email automatically while researching for a solution to automate the process.

customizing devise flash message after sign up

I would like to show appropriate flash message to the user after he signs up.
My app is configured so that user is logged in automatically after the registration, but he has to confirm the email (he can be logged in for 5 days without confirming the email).
With my current configuration, devise will display the following flash message to the user:
Welcome! You have signed up successfully.
I would like to tell them that they have to confirm the email:
Welcome.. You have signed up successfully. Please confirm your email address by clicking the link..
As I see, this message is already defined in the locales/devise.en.yml with the signed_up_but_unconfirmed but why its not showing up with my configuration?
How should I fix this?
Thanks for help
If you have enabled devise's confirmable module in your user model, after registration the user should be seeing the default text:
"A message with a confirmation link has been sent to your email address. Please open the link to activate your account."
The message above as defined in the devise.en.yml file with the key en:devise:registrations:signed_up_but_unconfirmed

Joomla! - Registration not working

I'm running Joomla! 1.5.22 on localhost.
For the website's registration, after the user fills in all the information and click on 'send registration', the page simply 'refresh' only.
So i tried to log in with the new user's username and password but it only 'refresh' the page and the user isn't logged in.
May i know what is the problem?
Sorry as i'm a beginner in Joomla!
as you said that you are trying to create a user on your local host first check the followings by default settings in your joomla administrator pannel cause as i see in joomla 1.5.22 version if you will create a user then you should have to verify that user, in by default settings >> you will found the settings at :
login at admin pannel
click on site menu and choose > global configuration.
click on the system tab
then you will found the user settings: set No in the new user account activation and then register and try to login,,
IMP: if you will try this setting on real server then suggest you set Yes option on the new user account activation..