Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
2k views

Prevent users from starting multiple accounts?

I know that in the end it, can't be done. But, what are the options to:   a) limit the options for persons to create multiple accounts,   b) increase the chance of detecting multiple ...
4
votes
2answers
493 views

API to Login Windows user

I would like to programmatically login another windows user in interactive mode. I've created new Windows user account and would like to switch system to that account without of user interaction. ...
3
votes
2answers
77 views

Increase speed of a mySQL query

I have a table like this. CREATE TABLE `accounthistory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `change_ammount` float DEFAULT NULL, `account_id` int(11) DEFAULT ...
3
votes
2answers
517 views

Integrating bank accounts

Is there any API to integrate bank accounts into a .NET application? I am looking to provide the user an ability to pull bank statements into my software. Please suggest. Regards, Suresh Ramanujam.
2
votes
2answers
48 views

PayPal Digital Goods and Showing Purchases

I am developing a website for a client who wants to sell his stock photos. I'm trying to get Paypal Digital Goods to work for a little while and have been having no luck at all. If anyone could point ...
2
votes
1answer
160 views

Add application name with Twitter and Accounts frameworks

I'm developing a little Twitter application on iOS 5. I'm using Twitter and Accounts frameworks so I login in with an ACAccount and send tweets with TWRequest. When I send a tweet, on its details, I ...
2
votes
0answers
108 views

SyncAdapter not being called depending on order of Account setup calls

I've come across some slightly odd behaviour with my SyncAdapter. The first time I install my app (after uninstalling with adb), it launches and creates an account. Depending on the ordering of some ...
2
votes
2answers
251 views

User/password problems with GetVolumeNameForVolumeMountPoint() (Windows remote drive mount?)

From a Vista workstation, I have an attached XP Embedded computer on which I want to programmatically mount a volume locally (e.g., mount the XP Embedded \\MyXPEmbedded\C:\some\path\ to the Vista ...
2
votes
2answers
411 views

I have multiple accounts each its own users, and want the users email address to only be unique per account

I am using rails to build a web app which provides each business with its own account and subdomain, Similar to how basecamp (and other 37 signals apps) lighthouseapp.com, and so on. Now I know that ...
2
votes
1answer
246 views

how to get system information in guest account c#?

I would like to know how to get system information such as OS name and version, system manufactor... I can get this information by WMI qureies, but WMI queries are not working for guest account. Any ...
2
votes
7answers
673 views

Concurrent User Sessions - Why Don't We See More Of It?

This is something of a rant, as well as a question. There are some sites, like Facebook, where you would only want to be logged into one account at a time. But everything from blogging sites to ...
1
vote
1answer
42 views

How to bundle the Azure accounts included in our MS VS Licenses

Our company has until bought a lot VS Pro/Premium and Ultimate Licenses, and each includes a free Azure Account. At the Azure Info day we have been told the best way would be to bundle them into one ...
1
vote
2answers
73 views

Find all textbox values and post into PHP MySQL

I am just a newbie to jQuery can some one help me? I want to create a invoice system like this one All I need to do is add a submit button that will function some thing like this .find all input ...
1
vote
0answers
64 views

using accounts in facebook graph api: cannot find a page

I developed a simple utility in php for one of my customers that let him publish on a page linked to his account. Basically this script fetched from FB the access_token with manage_pages, ...
1
vote
2answers
352 views

How to start activity Manage Accounts / Sync Settings on Android?

What intent to start to show Manage Accounts / Sync Settings activity? What is the easiest way to lookup intents for such system activities? SOLUTION: Thanks to hint from @cant0na, to start Manage ...
1
vote
2answers
880 views

How to get Contact Groups into Contact Manager Sample App? (Android)

I am running the Contact Manager sample app from the Android SDK. When I add a contact to my Gmail account, it gets added as an 'invisible contact'. I am assuming this is because I am not telling the ...
1
vote
0answers
61 views

Synch and admin samba users from django?

I want to create and maintain my user database using the default user handling in django, but at the same time synch the samba user profiles so that users can access the django website and the samba ...
1
vote
1answer
329 views

Where does Android Account Manager store account specific preferences?

I've been successful in creating various account authenticators / services each with their own preference.xml. These preferences are persistent but I do not know where on the phone they are stored. ...
1
vote
3answers
62 views

Individual user specific customization

I am building a website with individual user customization in mind. So for instance, client #1 may say i want this feature to be designed for my account and then user #2 may say i want this added to ...
1
vote
1answer
161 views

Android 2.0+ account duplication

I know that you can setup accounts in Android 2.0+ and thats great but as i have recently found out, it can create duplication. My phone(Sprint HTC hero 2.1-upadate1) comes with HTC Sense and thats ...
1
vote
3answers
166 views

Using multiple accounts on a SVN server

Right now, I have two different accounts on the same SVN server. Subversion saves the password for the last user, but seems to forget about the other one. The problem is that I need to authentificate ...
1
vote
0answers
92 views

Android Account Manger

Is it possible to make an intent you can launch to let the user modify/add/update and then choose and account that can be returned with setResult()?
1
vote
2answers
292 views

Specify Windows Username in SQL Script Without Knowing Machine Host Name

I'd like to reference a user account on a Windows machine, without knowing the host name of the machine. Specifically, I am assigning permissions on a SQL server database, in a sql script, that will ...
1
vote
4answers
9k views

Multiple facebook accounts in single iPhone app

Is there a way I can allow user to login with multiple facebook accounts at the same time? Like what tweetie2 does for twitter accounts. So if I have two facebook accounts - a@a.com and b@b.com. I ...
1
vote
11answers
436 views

Is it OK to give users no way to change their password?

I think it's a Bad Thing to do, but I was hoping for an authoritative perspective, or at least a broad sampling. I personally feel that a user owns his or her password and that a website or software ...
0
votes
1answer
38 views

How to create a Windows service account programmatically

I need to programmatically create a new Windows account for running a Windows service I recently developed. Due to lack of sufficient privileges I cannot use any of the existing service accounts ...
0
votes
0answers
45 views

php - how to automatically log a user in after they've approved app

I'm making a website where users can update their facebook/twitter accounts at once. I'm working on twitter first and I'm coding in php. I have given the user a link to login after they have added ...
0
votes
1answer
45 views

Android AccountManager accounts storage

Where are the AccountManager Accounts stored? Is it on the device? If yes in which folder is it stored?
0
votes
3answers
52 views

MySQL Database Check

This is my code $username = $_POST['user']; $password = $_POST['pass']; if (isset($_POST['user'])); { $db = mysqli_connect('localhost', 'root', '', 'db'); if($query = mysqli_query($db, ...
0
votes
0answers
14 views

Does Accounts Framework Reference support contact and Calendar sync

I am new to Apple platform. I was wondering about the Accounts Framework Reference and had some doubts. 1.Is it possible get contact and calendar data which are synced from web by 3rd party ...
0
votes
1answer
13 views

Android: Retrieve contacts of accounts programatically

I added the two google accounts on my emulator. Later I added contacts under each account. I am able to get account using below link. What is the default Account Type / Name for contacts on Android ...
0
votes
1answer
76 views

AccountManager IllegalArgumentException: key is null

Ok, I'm getting an IllegalArgumentException at a point where it shouldn't. I have a custom extension of Account that is saved using the AccountManager: // Method inside a custom extension of ...
0
votes
0answers
50 views

example using Accounts-Qt library [closed]

What I mean is that if anyone can give any codesnippet or example, which uses Accounts library of QT SDK mentioned here http://harmattan-dev.nokia.com/docs/library/html/accounts-qt/main.html. It ...
0
votes
1answer
397 views

Error creating twitter ACAccount on iOS5: NSURLErrorDomain error -1012

I am having trouble creating and saving a new twitter account to ACAccountStore on iOS5. After performing all the steps to init the account, ACAccountStore's saveAccount:withCompletionHandler: ...
0
votes
0answers
33 views

How do you create an app as a company? [closed]

I have a personal FB account that I can login with, but I want to create an app as my company, no myself. Do I need to create a separate FB account for the company? I created a FB page for my ...
0
votes
0answers
40 views

How can we hide the email id in Account & sync settings for the users?

I have coded to add email & password to the Account & sync settings but I am unable to hide the email id.Is there any way to hide email id by using String for it.Thanks
0
votes
0answers
50 views

Linked accounts on Facebook-openid [closed]

i cant login to facebook anymore using an openid provider like gmail or myopenid. Instead im redirected to page http://www.facebook.com/login.php. Any suggestions please? thank you
0
votes
0answers
117 views

How to programmatically turn on/off “Receive incoming calls” for SIP on Android

On Android 2.3+ there is a switch Receive incoming calls (in Call Settings / Internet call settings / Accounts). How to turn on/off this switch programmatically?
0
votes
0answers
70 views

How do you embed Multiple Twitter Accounts in Wordpres [closed]

I am trying to work out how to do this, but so far have had no luck! PLease help me?
0
votes
0answers
19 views

Implementing Google AdWords into website accounts

I'm creating a website where users will be able to add Google Adwords on their own content. I'm looking to create a similar function to Blogger.com where you can select the exact layout of the Ads, ...
0
votes
2answers
675 views

Problem using android.accounts Authenticator

I'm new to the android.accounts apis, and now I'm trying to do something with them but a seemly dummy problem occurs... I`ve created an Authenticator for my app but did not yet implement the abstract ...
0
votes
2answers
382 views

Change local windows user properties using C#

I am looking for a simple method to modify a local user's properties in windows 7 using a simple c# application. I am not familiar with many of the Windows system libraries and am looking to ...
0
votes
1answer
114 views

Managing multiple accounts and users in SQL, and assets associated with an account

I am building an application that can have multiple users from multiple accounts. For example, an account could be Company ABC. Users X, Y, and Z are members of this account. Each account should ...
0
votes
1answer
286 views

How to change the logon accounts for the SQL Server 2008 services

I have a requirement to change the service logon accounts for the SQL server 2008 services through script. I know we can do this manaually using Sql Server Configuration Manager. But i couldnt find a ...
0
votes
1answer
647 views

Permissions Not Working

I've been having some odd problems with permission in Android. I am trying to just get a list of the google calendars a particular user has, but first I need to let them pick the account. I included ...
0
votes
1answer
69 views

Accounting Management Solution

Well, my question is about Accounting Management. I have a system already, it's work fine, but now I need to control the follow intems. ACCOUNTS RECEIVABLE (My Invoices) ACCOUNTS PAYABLE SETTLE ...
0
votes
3answers
636 views

Shopping Cart Libraries for Zend Framework

currently i am designing a shopping cart in Zend Framework. I decided to write code for user/roles/product catalog from scratch which i have already done and tested. But for other things i need you ...
0
votes
3answers
430 views

ContactManager Sample Code displays odd account

I created a project from the ContactManager sample code and installed it on my DX. When I click the account spinner, in addition to the 2 accounts I have on the device, it displays 33 seemingly ...
0
votes
3answers
34 views

Create a different Windows account for compiling?

I am experimenting with different open source projects just to see which one I can work with since I am a beginner. Of course, many projects have different dependencies and programs that you must ...
0
votes
1answer
74 views

google buzz php api to store multiple buzz accounts and post to all accounts

I have an application where i want to integrate multiple buzz accounts to the one site. So that when i publish something on the site i want it to go to all the buzz accounts. Is this possible?? If ...

1 2