Skip to Content Skip to Menu

delete field password in edit profil

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago - 12 years 4 months ago #201774 by maroqui
delete field password in edit profil was created by maroqui
Hello,

I have joomla 2.5.4 & CB 1.8.
I want to delete the field "password" to "modify my profile".
May be it's impossible with frontend administrator
Do you know an another trick, with developpement ?
thanks for your help
Last edit: 12 years 4 months ago by maroqui.

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

12 years 4 months ago #201789 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil
Not sure what you mean? Do you want to hide the password field in profile-edit? So it can´t be changed by the user?

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

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago - 12 years 4 months ago #201793 by maroqui
Replied by maroqui on topic Re: delete field password in edit profil
thank you for your response.
Yes i want hides the password field and that users can not change the password because i use SSO connection (password windows).
If user change password, i have several password for one user
Last edit: 12 years 4 months ago by maroqui.

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

12 years 4 months ago #201795 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil
You can dis/allow to change user details in a whole. Not just the password!
See CB -> Configuration -> User Profile -> Allow user to edit his CMS parameters in frontend YES/NO

(you may know the similar parameter from Joomla core. Found in UserManager -> Options)

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

12 years 4 months ago - 12 years 4 months ago #201796 by pepperstreet
Replied by pepperstreet on topic Re: delete field password in edit profil
A quick workaround to hide the password and password-verify fields...
Use CSS property display: none. You can easily restrict this CSS rule to Profile-Edit page. CB provides a nice set of CSS classes and IDs.

Example (in my case the fields have an ID of 51):

.cbEditProfile #cbfr_51,
.cbEditProfile #cbfr_51__verify
{
display: none;
}


This is not secure, but should work.
Last edit: 12 years 4 months ago by pepperstreet.

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

  • maroqui
  • maroqui
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
12 years 4 months ago #201797 by maroqui
Replied by maroqui on topic Re: delete field password in edit profil
i know
in See CB -> Configuration -> User Profile -> Allow user to edit his CMS parameters in frontend ==> no
This parameter hides many field but no password !

what i can do in joomla options ?
Sorry for my english im french ;)

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

Moderators: beatnantkrileon
Powered by Kunena Forum