Questions tagged [account]

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, and resource management.

1288 questions
100
votes
32 answers

On Xcode 7 I keep receiving error "No accounts with iTunes connect access"

When I try to submit my app with the new seed Xcode 7.1 beta (7B60) I receive a weird error by which it complaints that there is "No accounts with iTunes connect access - iTunes connect access for... is required. Add an account in the Accounts…
62
votes
3 answers

WooCommerce - Remove downloads from menu in my account page

I would like to remove downloads menu from my account page. How can I do this? Is it any hook to remove a specific item from the menu? Thanks.
techiva.blogspot.com
  • 1,170
  • 3
  • 17
  • 37
42
votes
3 answers

Sync Adapter without Account

I need to fetch some data over the cloud from my app. I've watched the google IO video on RESTful android apps @ http://www.youtube.com/watch?v=xHXn3Kg2IQE&t=43m58s It recommends in the final slides to use a SyncAdapter to integrate with the Android…
siamii
  • 23,374
  • 28
  • 93
  • 143
36
votes
8 answers

google account logout and redirect

I am using openid to log the user in.(google account only). Now I have a sign out link in my page, which on clicking, I want the user to be logged out of google accounts and the page to be redirected to my home page. can this be done…
Shrinath
  • 7,888
  • 13
  • 48
  • 85
36
votes
3 answers

How to add programmatically a custom account in android?

I am trying to create an account for my app, where I will be able to have my contacts against my account like facebook, viber, whatsapp etc. I want my account to be visible in the account section of the settings also. Any ideas? I have googled a…
user3673503
  • 385
  • 2
  • 6
  • 14
35
votes
4 answers

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 now. If I do this, and later on we transfer the…
R-Dub
  • 511
  • 2
  • 5
  • 8
34
votes
23 answers

Login only if user is active using Laravel

I'm currently working on my Laravel app and to prevent spam I decided that only active users are able to login. I'm currently using Laravel's login system just like in Laravel's official website tutorial, here's my form action:
Micael Sousa
  • 1,129
  • 3
  • 10
  • 16
30
votes
2 answers

IIS how to determine ApplicationPoolIdentity account?

Windows Server 2008 R2 Standard ( Microsoft Windows Server Version 6.1 Build 7601: Service Pack 1 ) IIS 7.5.7600.16385 In IIS Manager for a Site assigned an ApplicationPool with Identity = ApplicationPoolIdentity ( the default setting ) , how to…
29
votes
4 answers

What user account would you recommend running the SQL Server Express 2008 services in a development environment?

The SQL Server Express 2008 setup allow you to assign different user account for each service. For a development environment, would you use a domain user, local user, NT Authority\NETWORK SERCVICE, NT Authority\Local System or some other account…
Magnus Lindhe
  • 7,157
  • 5
  • 48
  • 60
27
votes
3 answers

How to create a new GitHub account with the same email address?

We are using GitHub Enterprise 2.5.1. In our company, when a user switches to a new role, a new AD account will be created for him, with a new set of permissions. e.g. my current account is "huj" as a developer with email address…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
26
votes
2 answers

Multiple accounts on iPhone Developer Program

I am a developer at iPhone Developer Program assigned to the project for the company. I would like to buy my own licence to develop as an independent programmer. How to do it? Do I need another Apple ID?
Jacek
  • 1,894
  • 5
  • 21
  • 34
25
votes
4 answers

How to make subdomain user accounts in a webapp

I am looking to allow users to control of subdomain of an app I am toying with, much like Basecamp where it is customusername.seework.com. What is required on the DNS end to allow these to be created dynamically and be available instantly. And how…
Caleb Elston
  • 575
  • 1
  • 9
  • 9
25
votes
4 answers

How to transfer paid android apps from one google account to another google account

I am developing a SYSTEM app for android to manage user accounts on the device. Is there a way to PROGRAMMATICALLY transfer paid user apps from one account to the other? Any help is appreciated (even if the reply does not directly target a…
Nar Gar
  • 2,591
  • 2
  • 25
  • 28
24
votes
2 answers

Hide dummy Account for Sync Adapter from Settings

I have created a Sync Adapter with a dummy Account and I don't want it to appear on the Account list in the Settings application, nor when a user presses the add account button in Settings. I have tried android:userVisible="false" in my sync-adapter…
Astagor
  • 299
  • 2
  • 8
22
votes
3 answers

How to safely change github account name?

I would like to change my github account name, I found an option in GitHub account settings. However, I am concerned about consequences and would like to know what is the best strategy of name change, considering that I have some projects of my own…
mikhail-t
  • 4,103
  • 7
  • 36
  • 56
1
2 3
85 86