Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Mail address LDAP u...
 
Notifications
Clear all

Mail address LDAP user

3 Posts
2 Users
0 Reactions
3,925 Views
(@gvecchi)
Posts: 38
Active Member
Topic starter
 
[#611]

Hi everybody!
I can't change LDAP user Email address because field is not editable.

Any ideas?

V 2.3.0


 
Posted : 31 Jul 2012 17H23
babynus
(@babynus)
Posts: 14955
Main Contributor Admin
 

Comment line 87 in /model/user.php

	    if ($this->isLdap!=0) {
	    	self::$_fieldsAttributes["name"]="readonly";
	    	//self::$_fieldsAttributes["resourceName"]="readonly";
	    	//self::$_fieldsAttributes["email"]="readonly";
	    	self::$_fieldsAttributes["password"]="hidden";
	    }

 
Posted : 31 Jul 2012 17H47
(@gvecchi)
Posts: 38
Active Member
Topic starter
 

Thnaks!


 
Posted : 31 Jul 2012 17H56
Share:

Scroll to Top