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
8
votes
2 answers
Updating programmatically customer's billing information in WooCommerce
I have a form where the user registers to an event, and if they want to they can update some of their billing information on the fly.
I have a list of the informations they can update, for example
$inputs = array(
'billing_city' =>…

DavidTonarini
- 941
- 3
- 17
- 35
8
votes
2 answers
Is a random string a good verification code
I'm generating a verification code to be used for account activation. You've probably seen this sort of thing before.
My question: if I were to generate this code with a complex formula like this:
md5(md5(time().'helloguys'.rand(0,9999)));
Is it…

dave
- 1,043
- 1
- 10
- 18
8
votes
2 answers
Accountmanager.addAccount() vs Accountmanager.addAccountExplicitly()
why we use Accountmanager.addAccount() when we can create account with all parameters with Accountmanager.addAccountExplicitly().
I googled and find out when we use Accountmanager.addAccount() it trigles AbstractAccountAuthenticator addAccount…

Mahdi
- 6,139
- 9
- 57
- 109
8
votes
1 answer
AppVeyor account for GitHub organization
I'm part of a GitHub organization developing a FOSS project. I'd like to run CI tests on Windows using AppVeyor. Currently I see my own fork of the project, and some other forks from people who have named me collaborator in GitHub. I don't see the…

MvG
- 57,380
- 22
- 148
- 276
8
votes
6 answers
Woocommerce redirect after registration
I am trying to redirect user after Woocommerce registration. I have tried everything and it is not working.
I have tried some methods found on internet but they didn't work…
When I change 'myaccount' to another permalink it just freezes when you…

John B.
- 161
- 1
- 4
- 12
8
votes
4 answers
I cannot enable sa account
I dont have users in sysadmin except [sa] user
unfortunately, I logged in as [sa] user and disabled it
then I cant enable it, what I can do to enable it again?

asp.net programmer
- 79
- 1
- 1
- 7
7
votes
1 answer
What is the purpose of the local accounts in PJSIP?
I found there are two local accounts with id 0 (IPv4 address) and id 1 (IPv6 address). So when I register, that user account is registered with id 2. I wonder what the purpose of those local accounts is. Before I register, user id 1 is used as a…

Amutha Priya
- 301
- 1
- 7
7
votes
4 answers
Add a custom column to My Account Orders table in Woocommerce 3+
Woocommerce 3.5.x has a special page at the user account (My Account) area where it displays the user's previous Orders.
This page is now 5 column displays as default.
Here the screenshot of the woocommerce Orders area with 5 column:
My Orders
I…

Dimas Anugerah
- 133
- 2
- 12
7
votes
3 answers
Changing the titles on My Account pages in Woocommerce
I've seen loads of example of how to re-order / change the navigation and page with the WooCommerce my account dashboard. But i can't for the life of me work out how to change the main titles for each section (My Account, Orders, Downloads,…

alexkodr
- 523
- 3
- 7
- 30
7
votes
1 answer
Why should we make account activation/password reset links expire after some time?
Would there be any big issues if they never expire?
Somebody forgot his password and requests to reset his password, an email with the password reset link is sent to him.
He then suddenly remembers his password and so he simply ignores the password…

bobo
- 8,439
- 11
- 57
- 81
7
votes
1 answer
WooCommerce: Adding custom template to customer account pages
I am attempting to add a custom page to the customers 'account' section, which will allow the user to edit their order. At present I have been able to set an end point for the url and pick it up, but I need to get WooCommerce to initiate the page…

Paul
- 2,465
- 8
- 35
- 60
7
votes
3 answers
Can't remove iOS InApp Purchase sandbox account
I created 2 accounts to test inapp purchases then deleted one on iTunesConnect.
When I test the InApp Purchases it continues to ask me for the password of the deleted account. I've tried to delete the app but this didn't solve the problem. I've also…

Corrado
- 505
- 1
- 5
- 18
7
votes
1 answer
Account onLogin hook Meteor loop
I am building an application using Meteor. I want to create a new Cart ID (to act as a cart where I can store items) each time a user logs into my application. However, every time I open a new page in the application, a new Cart ID is created. Does…

Trung Tran
- 13,141
- 42
- 113
- 200
7
votes
2 answers
MeteorJS how to add users from command prompt
How can I add users to my app outside of the deployed app itself? I don't want to allow users the ability to create accounts inside the app. Can I create some usernames and passwords from the command line and then give those to a few users to test…

user95227
- 1,853
- 2
- 18
- 36
7
votes
2 answers
How to hide my custom Acount Manager from Settings UI
My requirement is to add contact to my custom account and this is working accordingly.
The Settings -> + Add account screen shows the list of all applications which provides account management; i.e., my application name is also shown there.…

Cropper
- 1,177
- 2
- 14
- 36