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
4
votes
2 answers

User profile image asp.net mvc identity

I'm creating a web application using MVC 5 and Identity. I have so far created a registration system, but I would like to allow users to upload a profile when they register. I was wondering if it is possible to implement profile pictures with…
4
votes
8 answers

How to fetch a profile picture of a Google Plus account?

I'm kind of building a website and I want to allow Google login. I don't want my customers upload their profile pictures again to my website. I have some clue on how to do it with facebook, but how do I fetch a profile picture from a google plus…
Janakiram
  • 312
  • 1
  • 5
  • 12
4
votes
0 answers

post_save user signal that creates user profile is being called twice causing duplicate key value violates unique constraint, only in admin console

I have a model called UserProfile which stores additional data about a django user. This model has a OneToOneField to django.contrib.auth.models.User I also have a post save signal on a User object that is fired on initial insert of a User which…
chewynougat
  • 1,099
  • 2
  • 11
  • 19
4
votes
1 answer

GetUserProfileByName properties inconsistent

I am merely trying to use the GetUserProfileByName service to get some details on a user from the AD. For this I opted to use javascript. After a little bit of research, and a significant amount of tinkering, I managed to connect to the webservice…
Carel
  • 2,063
  • 8
  • 39
  • 65
4
votes
4 answers

Print All Users - Joomla 2.5

I am new to Joomla. I have created website using Joomla 2.5. I have login page which is default Joomla user management system. What I want is display all user data in a tabular format. How could I do the same? Edit 1 I can see the users with below…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
4
votes
2 answers

enable user_birthday permission facebook birthday in php

I m making a facebook app to display the birthday of a user......... 'YOUR_APP_ID', 'secret' =>…
Arjun K P
  • 2,081
  • 4
  • 20
  • 33
4
votes
2 answers

Adding fields to user's personal info in Django admin page

I just started a Django project (there are no apps in it). I activated the admin in settings file and can access the Django administration page. There is a column in Django page to add users; while adding users I get only three fields under…
xrage
  • 4,690
  • 4
  • 25
  • 31
3
votes
2 answers

What target folder should I install my application to that will never require uac elevation?

I have an app and I am working on the installer for it. Assuming that I want the installation to not require elevation and I want the application itself to never require elevation and I want the updater for the application (which is build in) to…
Seth Spearman
  • 6,710
  • 16
  • 60
  • 105
3
votes
1 answer

How to Fetch Whatsapp public profile of unknown number if it exist like Photo, Status, last seen in real time?

Use-case: Sending personalised message to the potential leads. Is this possible? Companies like Seon is able to fetch attributes like account exist check, last seen, photo graph, status etc in realtime What I am able to achieve: In Real Time: I am…
3
votes
2 answers

Where Does Windows Vista Store The Profile Image?

I was just wondering if anyone knows where vista stores the profile images for each user account. I know in XP it is stored in C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures, but when I browse the equivalent…
JohnathanKong
  • 1,307
  • 3
  • 21
  • 36
3
votes
1 answer

User profile database design

i have to design a user account/profile tables for a university project. The basic idea i have is the following: a table for user account (email, username, pwd, and a bunch of other fields) a user profile table. It seems to me that there are two…
user576796
  • 137
  • 2
  • 11
3
votes
2 answers

Fetch Data From Firestore for User Profile (swift, iOS, Xcode, firebase/firestore)

I'm a bit of a newb here, so please be kind. I'm a former Air Force pilot and am currently in law school, so coding is not my full time gig...but I'm trying to learn as I go (as well as help my kiddos learn). I'm working on a profile page for my iOS…
Matt Mixon
  • 51
  • 8
3
votes
2 answers

Django create profile for user signal

im trying to create profile for user account using signals but after writing the codes is not creating at all Django 3.0.5 users/models.py from django.db import models from django.contrib.auth.models import User from PIL import Image class…
mar24n
  • 123
  • 2
  • 10
3
votes
2 answers

How to get SPUser object from SocialProfile in Sharepoint 2010?

How can I get the SPUser object associated to the profile from the SocialProfile in Sharepoint 2010? Thanks
empz
  • 11,509
  • 16
  • 65
  • 106
3
votes
2 answers

Delete any user profiles that haven't been logged into in the last 6 months using Cim and Powershell

I want to free up some C Drive space on my servers by removing user profiles that from C:\users who haven't logged into the server in the last 6 months. I connect to the servers using PowerShell Cim commands. So far I have only found the…
Keith
  • 689
  • 10
  • 27