Account allows a user to authenticate (does not imply authorization) to system services and be granted authorization to access them;. To log into an account, a user is typically required to authenticate oneself with a password or other credentials for the purposes of accounting, security, logging, ...
0
votes
0answers
22 views
Change password for remote machine User Account that has “current password = empty”
I want to change the password for remote machine's user account.
I'm doing this way:
PrincipalContext context = new PrincipalContext(ContextType.Machine, "xxx.xxx.xxx.xxx" /*Remote machine IP ...
0
votes
4answers
60 views
C++ - Error when compiling
This is my header file which consists of a class and it's functions. I believe I've not declared the functions correctly so could someone please point out where my errors are? Thanks a lot! There's ...
-1
votes
0answers
15 views
How to open Skrill test account? [closed]
I wonder, how to open Skrill test account on Moneybookers. But I need some client account not business. It is pretty easy in PayPal with it's sandbox, but in Moneybookers I could not find any way how ...
0
votes
1answer
18 views
How do I add another Logon Account for Windows Azure Management Portal?
I need to create a separate Account for the Windows Azure Management Portal so I can allow someone else to login and deploy maintain the account, but be able to remove the ability to login if needed.
0
votes
1answer
9 views
The connection name 'DefaultConnection' was not found in the applications configuration or the connection string is empty
I am using Azure Tables, so i don't know how my connection string should be?
can anyone please guide for the same.
I am using the Account Controller provided by MVC 3 Internet template as is. Then ...
0
votes
0answers
17 views
how to Set account as primary acocunt?
I have made Sip Client, its making and receiving calls.
Now, i want it to make calls using intent.
Intent callIntent = new Intent(Intent.ACTION_CALL);
...
0
votes
1answer
28 views
How can we need internal mailbox in magento for customers so that they can send mail to other customers from their account?
What are the steps to integrate internal mailbox for customers in magento so that they can send mail to other customers from their account on the site?
-2
votes
0answers
15 views
Facebook Account Cancellation [closed]
i had a Facebook account and i got it blocked from the text messaging log in option about 2 years ago, i re send my SMS code and never received it so i gave up and create another account.
The e-mail ...
-2
votes
0answers
21 views
How to create a Facebook Test account for mobile app?
I found there seems to have Facebook Test account from Facebook (http://developers.facebook.com/docs/test_users/). Can it be used to test for mobile app using Facebook SDK? How to create a Test ...
0
votes
0answers
26 views
How connect C with OS and/or AD
I need to know two things in C language:
First, I need to know how to get to a string variable the session that is being used by the user on the operating system.
Second, I would like to know how to ...
-5
votes
0answers
11 views
I play evony and people are asking to friend me then reporting me as spamer 150+ people locked out of there accounts now [closed]
I could not find anywhere else to ask. They have goten me locked out of my account many times now. Also they have almost 150 of my friends locked out of there accounts. Is there somewhere that we can ...
-3
votes
0answers
21 views
I want to add an affiliate url for my facebook account [closed]
Can you please provide me with simple instructions for my URL for my affiliate account.
-1
votes
0answers
22 views
Apple Developer Company Account device listing and change history? [closed]
Since Apple did their makeover of the iOS Developer Program management pages, I can't find a way of seeing a history of changes to the account - I'm one of a few admins on our Company Developer ...
0
votes
1answer
95 views
iOS Facebook Integration Like Instagram
I have an app setup atm using an email and password login, I'm wondering how I can add a facebook connection between the user's account and facebook just like Instagram. Does it automatically login to ...
-2
votes
0answers
23 views
New Account Sign Up CloudBees [closed]
Impossible to sign up to the website CloudBees.
I constantly get error message when there is no error!
I tried both creating a new account an log in with my Google account
1
vote
2answers
60 views
Transfer existing Android app to another developer account?
I'm currently working on an application for a small company I work for. I'm happy to, and the company has agreed, that they are happy for me to host the application under my own developer account for ...
0
votes
1answer
34 views
Create Account - Last name required, even when value given
Magento ver. 1.7.0.2
When creating an account (/customer/account/create) I get the error "The last name cannot be empty." even though I entered a last name.
In the controller...
...
0
votes
0answers
35 views
my apple id can't access to iTune connect?
I receive an Apple Developer from my boss, and he set my account in to member. The mail provide me a link to Apple Developer site. I don't have Apple ID so I have to create one. After I create Apple ...
0
votes
3answers
286 views
I'm using a login script (PHP, MySQL) which uses sessions. I need to create a variable so i can use it in the other pages?
The PHP script I have for the login.php which is the form is the code below.
<?php
include 'dbc.php';
$user_email = mysql_real_escape_string($_POST['email']);
if ($_POST['Submit']=='Login')
{
...
0
votes
1answer
67 views
How ca I change this class to make immutable methods?
I tried to read up on immutable methods but I still do not understand.
I want to change the BankAccount class' methods to be immutable how can I do that?
public class BankAccount
{
private double ...
-2
votes
0answers
13 views
Account being shown online from another location [closed]
I clicked on 'allow' in a dialog box that asked for permission for an app that would allow me to chat with a friend who is supposedly using said app already (he wasnt). Then I couldnt access the ...
0
votes
2answers
53 views
PHP account system
I have a complicate question which I can't find answers from online, or maybe I just don't know the best word to describe it,but hopefully you all and help out little bit, thanks you so much.
I want ...
0
votes
2answers
16 views
get ios Accounts information
I am trying to get Account information in my app on iOS.
For example, if I have google account saved in Accounts I would like to get informations about it in my app. Is this posible and how if it is.
...
0
votes
0answers
60 views
is android account sync with contacts also possible in blackberry?
I am very new in blackberry development and I am researching for an issue but could not find anything. In android, your application can be seen in accounts and you can sync your account with the ...
0
votes
2answers
60 views
How to determine if a user has set up an FB account in iPhone settings
I would like to ask users if they would like to enable FB integration and provide a UISwitch for them to indicate their preference. However, I only want to have that option enabled/unhid in the event ...
0
votes
0answers
69 views
Google Apps API last account activity (need to view more than 10 Entrys)
I've been redirected here from Google technical support.
One of my Google Apps account has been victim of stolen credentials and we are investigating how and when it happened.
The function "Details" ...
0
votes
0answers
12 views
What is the difference between the 'createNew' and the 'addToDatabase' method in Mediawiki?
I am using Mediawiki v1.20.3, PHP 5.3.18 and MySQL 5.1.66 for my wiki-platform. As browsing through core files, I found the 'user.php' file with the two methods 'createNew' and 'addToDatabase'. Could ...
0
votes
1answer
55 views
Drupal 7 Users/Roles - Create a series of roles that encompass other roles
This is my first experience building a site with Drupal and am still learning about all I can do with it.
I am trying to figure out a way to configure sort of a second level of user roles consisting ...
0
votes
0answers
16 views
Getting login information from Microsoft Access to Visual Studio
I'm doing a school project and I could use your help. My project is a bank application, where the user has a bank account and he can see his account information and retrieve cash etc etc.
In this ...
0
votes
1answer
64 views
How would I make a user account page after they register and login?
I have a login/register system working, but no user account page, which is really what my website operates on (Not the one in my user info section). I need to have a link to the user page from the ...
-1
votes
1answer
56 views
Can I have more than one apple developer account? [closed]
All of them with same person name and using the same credit card for payment.
0
votes
2answers
100 views
Check Account Authentication in delphi [closed]
I've been always wondering how you can check the authentication of an account of a website in delphi... How is thhis possible? i mean, what is the code of that and which objects do u have to use?
...
0
votes
0answers
48 views
Creating separate admin account
I am using Microsoft Visual Web Developer 2010 Express (C#) I am busy creating a website for a project, which involves users registering and logging on to a site. I have done that part, but I am not ...
0
votes
1answer
11 views
which account does MSDE execute under?
have a .net app that talks to a locally hosted MSDE instance -does anyone know the user account the MSDE runs under?
The business sysadmins have released a bunch of "upgrades" to PC's (apparently for ...
0
votes
0answers
7 views
sandbox purchaser account
I have created a sandbox account and in my website coded the shopping basket to go to the sandbox account, which it does. It the asks me to enter the email address and Paypal password of the account ...
0
votes
0answers
10 views
IAP said :Your account is expired or another device your account
I created a test account for sandbox environment in In-App-Purchase (IOS). But I got a message
"Your account is expired or another device your account". When I try create new test account again, I ...
0
votes
1answer
307 views
Facebook integration iOS 6 Social/Accounts Frameworks
I want to code a singleton for facebook integration with iOS 6.
I use Social and Accounts Frameworks.
This my FacebookData.h :
@class FacebookData;
@protocol FacebookDataDelegate <NSObject>
...
0
votes
1answer
262 views
Display error message when wrong password entered
Alright I have a script that logs into live.com, through this:
WebBrowser1.Document.GetElementById("login").SetAttribute("value", txtUsername.Text)
...
0
votes
0answers
43 views
Unknown type name 'SLRequest'
I keep getting an error for SLRequest that it is an unknown type name. I have the Social and Account Frameworks both added to my project, and import the in the .m file, but it keeps giving me the ...
1
vote
1answer
97 views
XCode toolchain: how to move an App from one accounts to another?
Similar to this situation [*].
Follow up clarification please, as I'm in a parallel universe:
A. Me, as single Apple Developer.
and
B. Client, with team of two - I was just added as person ...
0
votes
0answers
54 views
How to display person Account Name with formula in Salesforce?
I have Account object, Policy custom object and Receipt custom object. The relationships between these are:
Account 1:N Policy
Policy 1:N Receipt
I have a formula field called 'Account' on Receipt ...
1
vote
2answers
229 views
Magento creating new customer page
Ok i cant figure this out at all. I have searched and i cant find anything either. Whats the best way to add a new page to the account section. I am trying to integrate a support ticket system into a ...
0
votes
0answers
128 views
Microsoft Analysis Services, Account locked
I created an analysis services (multidimenional project) in visual studio 2010. I tried deploying to an instance of MSAS 2012 on my local machine and got the error "The following system error ...
-1
votes
1answer
39 views
How to recover access to our Facebook accounts [closed]
I've experiencing problems to recover it.
Because it was suspended.
Then, Facebook asked me to recognize contacts (pls view image link).
And I failed because there are fakes in my friend list and they ...
-1
votes
1answer
18 views
Registry new user acces [closed]
I have any registry key, and i would like add a new user on list with full permission. I would like use command.exe.
Later i used regini.exe, but this isnt good now, because it know just admin or ...
0
votes
0answers
13 views
Win 7 Network: choose to connect as a guest OR whit an account
i've used Macs for a long time, so i'm quite new to win(7) style...
I've to manage a Win network (three computer with Win7). From my mac I see all others Win machines and, when I open a server ...
0
votes
1answer
172 views
Gettting PayPal Test Account Profile
X.com told me to come here.
All I want to do is get the credentials from my test account to see the Profile to make test payments on my online store.
The old Sandbox worked like the Live page and I ...
-3
votes
1answer
2k views
Facebook is “Temporarily Unavailable” [closed]
I have been trying for the last two days to access my account. I have tried to access it on different devices and different web browsers however to no avail. It comes up with "Account Temporarily ...
0
votes
0answers
267 views
Android AccountManager.addAccountExplicitly is stopping my App
i'm still having problems with the Method AccountManager.addAccountExplicitly.
I want to create a App which is submitting a User PW combo to a website.
The app should save the login data and therefore ...
0
votes
0answers
158 views
Check failed login attempts - Active Directory - Python
I`ve imported the active_directory module from here: http://timgolden.me.uk/python/active_directory.html.
I`m able to:
Find a user
List all users
List all groups
Show the members of a group etc
But ...








