I\'m trying to get user profile information upon logging in with google-oauth2. User successfully logs in and i can get the access_token and can refresh the token when needed.
I am new to asp.net mvc 3 world I looked at some tutorials to get started. I want to know what is the best option to manage users?
I have task to build application for user registration. I have 3 types of user (profiles) 1. \"Normal\" user
I have a WPF VB.NET 3.5 application which we have set to run at login via GPO (Windows 7, AD 2003/2008), when this application runs on user login I finding that it is failing when the user has n开发者
I am making a twitter application using PHP. Please excuse me if this question is elementary. In my application, the initial landing page (index.php) contains code for login/oauth. If the user logs in
I have UerProfile defined and need to take phone data for MyForm class UserProfile(models.Model): ... phone = models.CharField(max_length=20, blank=True)
Am I doing this right? I have a client, they currently have a portal for their users, all their users are in an oracle database. They want to move to SharePoint 2010.
I have two models, School and UserProfiles, where UserProfiles has a ForeignKey to School. In the Django Admin, I want to be able to pick a school and have it display all the userprofiles that have a
I\'m using Drupal core profile module, with Profile checkboxes to add two custom fields to the user profile.
I want to create user profile with image. That user can upload his photo, in his profile there would be this photo and in forum there would be small image created from original photo. I have no proble