Questions tagged [profiles]

202 questions
0
votes
0 answers

Spring Boot Configuration Profiles and @TypeDefs

Fellow SO-er's: I've been puzzling over this one for a couple of days, and, as of yet, don't have a solution ... I'm building a Spring Boot web app and what I'd like to be able to do is to activate/deactivate encryption of data fields in my…
acscheiner
  • 21
  • 6
0
votes
0 answers

Is there any method to create profile for PhantomJS

For firefox using Selenium, we can create profiles similar to this: How to create profile in Firefox using Selenium WebDriver https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles Also we have the list of…
0
votes
0 answers

Enumerating Configuration Profile installed Fonts on iOS

I'm looking for a way to enumerate all fonts that have been installed via Configuration Profiles on iOS? I've heard that you can use SecItemCopyMatching for this but I'm unable to find the right combination of parameters that work. My app is…
imLanky
  • 155
  • 1
  • 6
0
votes
1 answer

Admin connecting two users

I'm currently working on a project which involves users connecting with each other. The users themselves don't choose who they connect with, they are automatically assigned to each other. I have set up the user and admin profiles using PHP and…
PrincessP
  • 37
  • 4
0
votes
1 answer

Handling multiple profiles in Android app

I have an app which user can login and each user have different profiles. We are maintaining separate db, separate shared-preferences with different names for each profile. Whenever we switch profile, we get data from respective…
Dileep Perla
  • 1,865
  • 7
  • 33
  • 54
0
votes
2 answers

adding multiple profile types for users

I am designing a rails application where users sign in and create a profile. I wish for users to have a choice of 3 profile types (provider, seeker, professional). I have used the devise gem for user authentication. I have a profile model and have…
L.P
  • 19
  • 3
0
votes
2 answers

How to create war file which refers quality and production system datasource,Using maven profiles?

This is a simple service application,Which creates war file and deploy it in the CAT Application. 1.Using maven profiles,war file is builder using code: -1.1.Development environment @ my laptop, mvn -P development -1.2.Quality…
Siva
  • 43
  • 1
  • 2
  • 8
0
votes
1 answer

Relationship between what's inside and what's not in maven pom.xml

I'm just starting to learn about maven so this is probably a basic question, but so far I was unable to find a clear answer. In the pom.xml, we can define one or more profiles based on such criteria as environment settings and properties. Also, a…
Craig Davis
  • 143
  • 1
  • 9
0
votes
1 answer

How to generate/retain javadocs for one module that is built with two maven profiles?

I have two maven profiles. Each profile generates javadocs for one module. Is there a way by which I can edit the apidocs/index.html page to allow to retain the classes generated by one profile and append the new classes generated by other profile?…
Amelia23
  • 11
  • 2
0
votes
0 answers

In MVC is there a way to force a user off of a website if they have not done anything for a period of time starting from when they entered the w?

Can I use session timeouts to do this? Online, a lot of people use the word postback, but I know postbacks don't exist in MVC. I also heard of user profile timeouts, but I cannot find any info about when the time duration before the timeouts…
0
votes
1 answer

Django get users with userprofiles

how can I get users with their userprofiles? I have my own comments app Model: APPS = ( (1, 'Game'), (2, 'Article'), (3, 'CMS'), (4, 'User profile'), ) comment_type = models.IntegerField(choices=APPS, …
Michal
  • 17
  • 5
0
votes
1 answer

How to put Wordpress Profile Meta in different pages?

I need three different pages showing different parts of one user profile on wordpress. Author.php is a standard feature and is great is loads on my website www.website.com/site1/user/nicename. However I want to have one profile which is sorted, but…
user3348182
  • 75
  • 1
  • 10
0
votes
2 answers

Issue with all conditions (configuration profiles) being checked

Ok, so now I have it setup like this but still it is giving me a ; exit; logout [Process completed] when run through the terminal I know that there are configuration profiles that are not on my computer that should make the script continue or…
dondo
  • 3
  • 4
0
votes
3 answers

Powershell: Recursively set inheritance on profiles and also delete old profiles

Scenario: We have roaming profiles at work. During our upgrade of client machines from XP to Win7, the Win7.v2 subfolder is not being created with the inheritance flag set (minor problem easily fixed). On top of this, we also have a plethora of old…
MuppetNZ
  • 1
  • 1
0
votes
0 answers

Can an iOS App be given permissions to edit/update/delete profiles?

Can an app be given permission to edit/configure certain profiles that are tied to each other?