Questions tagged [user-profile]

The user profile is a section, page or tab, used to manage and display a set of personal information of a certain user.

The user profile (or sometimes called simply "profile") is a section, page or tab, used to manage and display one or more sets of personal information of a certain user.

The user profile is considered a digital representation of the user, and is often associated with the online identity of the user.

User profiles can contain various user-related content - first/last name, nickname, avatar, email address and other user-specific fields.

Often, a user profile can have capabilities for personalizing the public profile view and changing the access settings in order to make certain data visible only to certain users.

710 questions
8
votes
1 answer

'DefaultAppPool' is being automatically disabled due to a series of failures

Having a tough time with this issue. Not sure how but my ApplicationPoolIdentity is broken. Currently I'm running IIS 8 on Windows 8 with Visual Studio 2012. When trying to debug an application from Visual Studio, or just navigating to the site in a…
Matt
  • 6,264
  • 10
  • 54
  • 82
7
votes
6 answers

wget for fetching Facebook profile/friend pages

I am trying to fetch facebook a user's profile page using "wget" but keep getting a non-profile page called "browser.php" which has nothing to do with that particular user. The profile page's URL as I see in the browser happens to be of the…
rogerchucker
  • 243
  • 1
  • 3
  • 8
7
votes
2 answers

Very slow launch time with XULRunner caused by profiles

I have an application that generates temporary XULRunner apps by building a skeleton application folder structure, and then launching it with: xulrunner -app /path/to/temporary/application.ini This all works, but it takes an unacceptable amount of…
Eric Strom
  • 39,821
  • 2
  • 80
  • 152
7
votes
3 answers

Facebook Connect: capturing user data with django-profiles and django-socialregistration

Either my google searching has completely left me or there's hardly any documentation/tutorials for django-socialregistration. Too bad, because it seems like a nice enough app. Through some trial-and-error, I have managed to get it mostly running on…
mitchf
  • 3,697
  • 4
  • 26
  • 29
7
votes
4 answers

Android - SharedPreferences across profiles

Is there a way to access SharedPreferences across user profiles on Android? For example if UserA makes a change to an applications preferences I want that change to be available to UserB as well. I've tried to use a text file written out to…
Ali
  • 12,354
  • 9
  • 54
  • 83
7
votes
1 answer

How to create a new (persistent) Firefox profile with Selenium in Python?

Trynig to add a new, persistent, Firefox profile with Selenium. AFAIK, when executing FirefoxProfile(), a new profile is generated using a temporary file. Ideally, this profile should be able to remain available to subsequent processes - even…
Juan Carlos Coto
  • 11,900
  • 22
  • 62
  • 102
7
votes
2 answers

Impersonate a user

We are developing a C# .NET windows service. Our service is running under the system account, and we are trying to impersonate the logged in user USER. The impersonation works ok, i.e. when calling…
user844541
  • 2,868
  • 5
  • 32
  • 60
6
votes
1 answer

How does allauth work when user logs in via social registration

I have been trying to use django-allauth to provide Social registration, but I am having trouble configuring the profiles for the user. There is no documentation of django-allauth which tells how a django user account is created when a user logs…
Sachin
  • 3,672
  • 9
  • 55
  • 96
6
votes
1 answer

Django friends as many-to-many field - better storing User or UserProfile (self) in field?

I found two ways of implementing a symmetrical friendship system (you are my friend, so I am also your friend) in Django: As suggested inside the docs: class UserProfile(models.Model): friends = models.ManyToManyField(User,…
Simon Steinberger
  • 6,605
  • 5
  • 55
  • 97
6
votes
3 answers

ASP MVC User Profiles

I've done MVC in the past, but I am new to ASP and ASP MVC. I really love the ease that ASP MVC provides me, so far, but I am having trouble figuring out how to get more control over the Users. By default, the MVC provides a minimal user…
6
votes
2 answers

django creating a row in userprofile table when a user is created

I am following this(https://www.django-tips.com/tutorial/django-tutorial-with-twitter-app/1/?page=3) tutorial to create a twitter clone app with django. But in the project, user will be created through the django default user creation system. The…
Shohanul Alam
  • 145
  • 1
  • 12
6
votes
3 answers

Meteor shortcut to get the profile picture for the currently logged in user, regardless of platform

There are questions about getting the profile image from Twitter, Facebook or Google, but it would be nice if there were a simple and extensible wrapper that returned the profile image regardless of the current user's account service.
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
6
votes
5 answers

What is the best practice to create a unique url for every user profile

In my every application i want to create a unique url for users profile as http://app.com/username . I have the name of user is : 'Vijay Kumbhar' i can create http://app.com/vijay_kumbhar, but if there is another user registers with the same name…
Vijay Kumbhar
  • 896
  • 1
  • 13
  • 31
5
votes
1 answer

How can I change the profile icon on NuGet.Org

How can I change the gravatar associated with my nuget.org profile? I have noticed other users have photo's as their avatar. I have created a profile on nuget.org and uploaded a package.
citykid
  • 9,916
  • 10
  • 55
  • 91
5
votes
1 answer

Golang program for retrieving google+ Domain profile returns 403 Forbidden

Can you please help me with the below problem. I am just writing a simple code to retrieve my google+ Domain user profile. 1. I am using a google+ Domain Account with the domain name spaceandhow.com I have provided all the privileges as listed in…
1
2
3
47 48