Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 2.0, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Customize Member Profile - User Account

More
13 years 9 months ago #132959 by tracyb4
How or where do I go to comment out the "password and verify password" in the back-end for the Member Profile/User Account. We do not use joomla for user/password we have a custom plugin for the authentication process. And, I don't want the end-user to have control over this area.


Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #142001 by paraflyer
Hey,

try this file:
/components/com_kunena/template/$yourtemplate/html/user/edit_user.php

Search for both INPUT-Tags 'kpassword' and 'kpassword2'. Add 'disabled' inside the Tag to still show them but without the chance to change anything, for example <input disabled class="......>.

You could also try a style-change with visibility:hidden or display:none, both again inside the INPUT-Tag.

Have fun!

Please Log in or Create an account to join the conversation.

Time to create page: 0.234 seconds