user-profile
Rails: How to treat some fields of model info independently? Eg. Account vs. Profile information
I have a User model with the usual information (login, email, name, location, etc). However, when users decide to edit their information, I\'d like to separate the fields to be edited according to the[详细]
2022-12-20 21:19 分类:问答Using binary type of a UserProperty
For some reason I need to save some big strings into user profiles. Because a property with type string has a limit to 400 caracters I decited to try with binary type (PropertyDataType.Binary) that al[详细]
2022-12-17 06:32 分类:问答user profile issue with Forms Authentication and SharePoint
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am using publishing portal. And I am using a custom Forms authentication solution -- I store user name and passw[详细]
2022-12-17 02:47 分类:问答Add new property to user profile using UserProfileService
In MOSS 2007 using UserProfileServ开发者_运维问答ice webservice I\'m able to read/update an already existing property from a user profile. Is possible to use this webservice to create new properties ?[详细]
2022-12-16 22:31 分类:问答How to check if a another user is on the same or lower level in the company hierarchy?
I\'ve got this: UserProfile prof = getUserProfile(properties.CurrentUserId); UserProfile toCheck = getUserProfile(anotherUsersId);[详细]
2022-12-08 04:22 分类:问答
加载中,请稍侯......