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
2
votes
1 answer

Azure B2C EditProfile custom policy without Signing In first

Right now the ProfileEdit.xml file that comes with active-directory-b2c-custom-policy-starterpack asks the user to sign in before actually letting them get to the Edit Profile page. The use case I'm trying to accomplish is a little bit different.…
Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
2
votes
1 answer

LinkedIn API 2 and VanityName from r_basicprofile

LinkedIn recently updated their API and now I unable to get public user profile url(by VanityName) during OAuth2 authentication phase. Looks like r_basicprofile is not available anymore. Is there any chance to get this url and if so, could you…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
2
votes
1 answer

GitLab public repositories and profiles don’t show up in Google search results

There is no one's repositories/ profiles show up in Google search results. Is there any way to show my public repos in Google search results. PS: I have found this…
Richard94
  • 21
  • 2
2
votes
1 answer

New-PsSession without creating a profile?

I need to use New-PsSession to run multiple commands on a remote computer to gather information from the registry. The problem is when I run New-PsSession, it creates a user profile with my username on the computer and after I disconnect and remove…
Rakha
  • 1,874
  • 3
  • 26
  • 60
2
votes
1 answer

Make the google profile image larger size from Google Oauth using passport

I am trying to get the full size image from google using passport Google Oauth. I see from other questions that the small size is coming from the "/photo.jpg?sz=50'" at the end of the url string. since i don't think there is a way to ask for the…
denis
  • 159
  • 9
2
votes
2 answers

Drupal 7 Edit User Page Override

I need to override the 'user/%user/edit' page for a specific user role, say 'foo_role'. I have successfully created the new user registration form that explicitly selects the fields to be used in creating a new foo_role user however, because there…
luckyape
  • 722
  • 8
  • 22
2
votes
2 answers

Unable to access UserProfile model fields in templates in Django. Tried {{ user.userprofile }}

I've tried to import {{ user.userprofile. }} and {{ user.userprofile }} with no success. In the django shell I can access the user profile with UserProfile.objects.all(). {{ user. }} works fine, so I think it's an issue with my model, but I've…
MWhitman
  • 23
  • 4
2
votes
2 answers

How Can I Extend ASP.NET Core 2.0's Roles to Handle Different Permissions at Different Locations?

We're implementing a new web application in Asp.net core 2.0, and I'd like to be able to restrict actions based on a combination of things, rather than one particular user role (like admin, power user, etc). The problem space looks like this: Each…
2
votes
2 answers

Modify an Active Directory User in Django

So I am trying to modify a user in my active directory. As of now I can log in as an AD-user but when I try to edit my profile, it does not implement in the AD. I use django-auth-ldap for AD backend. I made a connection with a user that has reading…
GeniusBehind
  • 89
  • 12
2
votes
1 answer

How to create user session manage system in Yii2 with DbSession

Today when I want to create user profile page for my website and want to create system users can manage his active sessions in this system need View active sessions Browsers and platform See what is current session remove unwanted active…
Mortie
  • 390
  • 9
  • 24
2
votes
2 answers

Exclude System Hardlinks from File.Copy

So my problem is that I want to export my user account. But inside C:\%user%\AppData\Local\ are System Hardlinks e.g.: Application Data which I obviously have no right to use them. Is there a way to exclude those System Hardlinks from the copying…
Amachi
  • 100
  • 11
2
votes
2 answers

How can you set time zone setting per user?

Is there a way to set the time zone information to be unique for each Windows user? Like, a registry setting specific to that user. For example, I want John to be CST and Mary to be PST. If John opens a program it says 5pm. If Mary opens a program…
James Carnley
  • 23
  • 1
  • 1
  • 3
2
votes
0 answers

Retrieve user profile in Cognito Federated Identities

I'm currently exploring the AWS stack and am therefore building a simple web app. I plan on using: S3 to host the static contents DynamoDB to store user data Lambda + API Gateway for backend logic Cognito Federated Identities to authenticate…
2
votes
1 answer

get Auth0 user profile when first login success too late

I encountered the following sitiation: I use Auth0 for user authentication. When I first login, I have an auth.service that retrieves the user profile and stores it in local storage. This service is injected in my component called items.component. I…
Battalgazi
  • 367
  • 1
  • 4
  • 20
2
votes
2 answers

profile ImageView from several images

I need to implement profile imageView for chat with some amount of members. It should look like similar this: So In depending on amount of members, imageview should be splitted on appropriate parts, which should be consist of appropriate photos of…
Ilya
  • 141
  • 2
  • 14