profiles

how to handle multiple profiles per user?

I'm doing something that doesn't feel very efficient. From my code below, you can probably see that I'm trying to allow for multiple profiles of different types attached to my custom user object (Person). One of those profiles will be considered a default and should have an accessor from the Person class. Storing an is_default field on t...

How to create different asp.net User Profiles

Is possible define different profiles a the same time? I have two type of users in my web site and they have different properties. Using asp.net profile is possible to define two or more profiles with distinct properties? ...

Django registration and multiple profiles

I'm using django-regitration in my application Now I want to create different kind of users, with different profile. for example a user is a techer and another user is a student. How can I modify registration to set the user_type and create the right profile? ...

Programmatically change system color profile?

Windows 7 seems to unload my monitor's color profile and fall back to some default one whenever certain things happen on the computer. It can be fixed by going into Control Panel, opening the Color Management application and twiddling the ICC profiles (changing the default profile to some other one and then switching it back to my own). ...

SharePoint 2010 User Profile Management

Hi, I would like to make the User Profiles from SharePoint 2010, to be managed by a non-farm account. Is there a solution for this? Or do I have to make a custom Web Application that communicates with the User Profiles Service Application? Thanks, Voicu Seiche. ...

How to create a profile php code?

I just started with PHP and my SQL databases, I have learned how to create databases, and create register forms that store the information on the databases, but I do not know how to keep people from being able to register with a user name that has already been taken, and I don't know how to allow users to have their own profile page on m...

Maven Profile - Activate Profile depending on packaging

Hi all, I have a POM which declares web application stuff that is common to my projects. I use this as the parent for all web applications. Is it possible to activate a profile only when the packaging is war? I have tried the property approach, but that doesn't work (as it isn't a system/environment property). Since this fails the b...

Which bluetooth profile is needed for automatic pairing?

When I'm in my car, my phone automatically pairs with the car radio without doing anything with the phone. Other bluetooth devices only pair if I select the device in the phone settings. Question is, which bluetooth-profile is needed in a bluetooth device to pair automatically? Thanks! ...

How to build multiple configurations of an artifact (e.g. WAR etc.) with Maven?

Hi, due to the modular nature of some of our current applications, we have a need to understand how to setup Maven to produces mutliple configurations of the same artifact (in our case a WAR file), combinations of BOTH deployment level (dev, test, production) AND localised (gb, fr, es etc.)? We're looking for something like: artifact-gb...

Mass Deletion of User Profiles in Win XP ( SP3 )

Hi All, I was wondering if anyone has a script to delete all user profiles from a machine without deleting the basic ones that XP needs to operate, mainly: Administrator ( local ) All Users Default User ( Normally Hidden ) LocalService ( Normally Hidden ) NetworkService ( Normally Hidden ) Perferrably in Powershell, .BAT, .VBS, or ....

Maven build for different profiles

Hi There, We're trying to migrate from current Ant build to Maven. In the current project, we've different properites files for each of the env say qa.properties, prod.properties & dev.properties. The property values present in these files, are used to replace wherever these properties are being referred through config files (present i...