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.
Questions tagged [account]
1288 questions
5
votes
2 answers
How should I handle a multiple accounts app with APNS?
I am currently investigating in an online-offline-supported application and figuring out the usage of APNS, and it is quite easy to understand when my application only deals with single user.(just like SMS)
My understanding is, each application…

user1516507
- 93
- 6
5
votes
5 answers
Injecting a user account into mySQL
Tackling a strange scenario here.
We use a proprietary workstation management application which uses mySQL to store its data. Within the application they provide number of reports, such as which user logged into which machine at what time, all the…

Nasir
- 10,935
- 8
- 31
- 39
4
votes
3 answers
Refactoring Dilemma: User Account Functionality in PHP
I'm writing a user account system in PHP, with an emphasis on security, but I'm stuck on refactoring it into something cleaner and more usable.
The problem is trying to group the user account functionality together, but in separate classes. The way…

user1219582
- 41
- 2
4
votes
2 answers
How to handle expired free-accounts in a SaaS environment
This is a bit philosophical, however, here is the scenario and the related question.
Suppose you sell premium accounts and at the same time offer time-limited free accounts.
Users register and log in using their email address. Creating a free…

Sergio
- 1,139
- 14
- 24
4
votes
4 answers
How to always set a value for account-scope in Rails?
I'm working on a multi-user, multi-account App where 1 account can have n users. It is very important that every user can only access info from its account. My approach is to add an account_id to every model in the DB and than add a filter in every…

Ole Spaarmann
- 15,845
- 27
- 98
- 160
4
votes
1 answer
Display used coupons in a custom column in WooCommerce "My account" orders table
My intention is to display the coupons used in an order, in a custom column in the order table of WooCommerce "My Account".
Image of table on site:
My code attempt:
add_filter( 'woocommerce_account_orders_columns',
'add_coupon_codes_column');
…

Jake W
- 43
- 3
4
votes
2 answers
Rails web app: do you create a separate database per account opened?
I'm about to finish building a simple subscription based support ticket Web app. I'm setting up authorization. But since this it's going to be my very own Web app that I'm going to deploy I'm wondering about this.
Do you create a separate database…

leonel
- 10,106
- 21
- 85
- 129
4
votes
1 answer
HMS Core Playstore Version Cannot use Huawei ID Sign In
Firstly, I made an app with flutter, I just implement Account Kit and Scan Kit for the app. Well, I got a previous bug for using google pixel 3XL (AVD) API Level 30, then I tried to change it to Nexus 6 API Level 28, and it worked (the latest…

Theo
- 51
- 3
4
votes
1 answer
How to remove a stored user account in ADB?
I am looking for a solution with which it is possible to remove a stored user account (Settings -> Users & Account) via adb. Has anyone of you already done that?

Brainfail
- 196
- 1
- 2
- 11
4
votes
1 answer
Add birthday field to WooCommerce my account and admin user page
I have added the code below. The birthday field is showing in my account page and also in WP admin user page as well but the problem is that the date is not saving.
What I have so far
function iconic_get_account_fields() {
return apply_filters(…

Awais Asif
- 61
- 1
- 6
4
votes
3 answers
Does GitHub allow you to create multiple (2) personal accounts?
There is nothing in the GitHub guidelines, as far as I can see, that prevents people from making multiple personal accounts. I would like to create a "more serious" account and move my serious projects there, and keep the trash on a…

Mitch McMabers
- 3,634
- 28
- 27
4
votes
0 answers
Android newChooseAccountIntent disable new account option
Is there anyway to disable the option to "Add Account" when using newChooseAccountIntent. I just want the user to pick from the accounts which already exist on the device. I don't want them to have the option to add an account.
Is there particular…

rideintothesun
- 1,628
- 2
- 12
- 29
4
votes
1 answer
WooCommerce get endpoint url not returning correctly
I'm currently trying to get link of an endpoint with this function within an WordPress AJAX call's function:
wc_get_endpoint_url( 'einstellungen' )
When I do it within a WooCommerce page, I'm getting the correct link in this…

Mr. Jo
- 4,946
- 6
- 41
- 100
4
votes
1 answer
Facebook graph API prevents from accessing data due to non active account - Android
I am using Graph API of Facebook in Android Studio to pull status from a public facebook page but Graph Request kept responding in a Null Pointer Exception.
Debugging led to this message that 'Access to this data is temporarily disabled for…

Osama Dar
- 404
- 5
- 15
4
votes
1 answer
Multiple Google play developer account
I have a google developer account with 2 suspend, the third suspend mean banned of my account , now i want to create a new account developer to work with , my question is if i published app in my new account and get a suspend, Will this suspend be…

exc005
- 41
- 2