- Posts: 4
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Remove password change from profile edit
Thanks
Please Log in or Create an account to join the conversation.
Maybe that is something for you (I have not tested it)
joomla-extensions.kubik-rubik.de/fpc-force-password-complexity
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Thanks in advance
Please Log in or Create an account to join the conversation.
dfcarter wrote: Thanks for your comment - I am using the Extendedreg plugin to check the strength of passwords on registration to the site. It is however possible change passwords within Kunena which ignores Extendedreg and allows any password without any checks. Simplest solution for me will be to remove the change password option from Kunena/Profile/edit. I assume this is a change to a PHP file. I just can't find it.
Thanks in advance
Hi, look in:
components / com_kunena / template / blue_eagle / html / user / edit_user.php
around line 46+
you can just add disabled="disabled" attribute to input fields
Hope this helps
Please Log in or Create an account to join the conversation.
Thanks for the suggestion. I'm afraid I have no knowledge of PHP. I have tried trial and error but I can not get it to work. Could you provide more detail ?
Thanks in anticipation.
Please Log in or Create an account to join the conversation.
line 52
replace this:
with this:
then line 60
replace this:
with this:
That's all
Please Log in or Create an account to join the conversation.