zhongxan / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

The profile info text boxes should not be editable #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The profile information boxes are editable but don't get saved to the
server. They should be disabled so that the user cannot alter their
contents. This is exacerbated by the fact that the details are also
persisted between invocations of the edit profile screen which may lead the
user to believe that the information has been altered permanently.

Original issue reported on code.google.com by shortb...@gmail.com on 13 Apr 2010 at 6:26

GoogleCodeExporter commented 8 years ago
>> The profile information boxes are editable but don't get saved to the
>> server. 
You mean at the "Your profile" page? This should be editable and should get 
persisted...
In the "See user profile" page the fields are not editable (in Firefox at least)

>>They should be disabled so that the user cannot alter their
>>contents. This is exacerbated by the fact that the details are also
>>persisted between invocations of the edit profile screen which may lead the
>>user to believe that the information has been altered permanently.
Maybe the problem is that should persist information...

Original comment by danigb on 13 Apr 2010 at 3:52

GoogleCodeExporter commented 8 years ago
This is in the "Your Profile" page

We are using openfire with an ldap backend which means that openfire can't 
persist any 
profile changes, so I guess we need to be able to disable the profile editing 
somehow. 
Does the XMPP allow us to discover if profile editing is supported, or should 
we just 
add a flag to hablar to put the "Your Profile" functionality into read-only 
mode?

Original comment by ashward....@gmail.com on 22 Apr 2010 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by antonio....@gmail.com on 11 May 2010 at 11:43

GoogleCodeExporter commented 8 years ago
This was fixed a while ago and is configurable in the html meta tags:

<meta name="hablar.vcard.read-only" content="true" />

Original comment by ashward....@gmail.com on 24 Aug 2010 at 4:03