Questions tagged [accounts]
205 questions
-1
votes
1 answer
Android custom account retreive the password
I've created a custom account according to doc, i have a class extending AbstractAccountAuthenticator and the service.
I add an account like this:
public static void addCustomAccount(Context context, String title, String password) {
…

Sebastian Schneider
- 4,896
- 3
- 20
- 47
-1
votes
1 answer
Wondering how I can fix quite an odd bug when authenticating users via Cognito user pools?
I am having an odd problem when trying to authenticate my users. Below is my code.
//-----Authenticate a user
alert('Authenticate a user with application');
var authenticationData = {
Username : 'someExistingUserName',
…

Mark Keane
- 984
- 2
- 11
- 26
-1
votes
2 answers
Powershell - Specifying variable path for usernames
I have tried searching for this, but I do not think I am using the correct words.
I am creating a script that needs to work on many environments. One of the specifications, is that I need to be able to delete a certain directory in a users AppData.…

Moridn
- 35
- 6
-1
votes
1 answer
Swapping a business 'page' from one account to another.
A photography partner of mine created two business 'pages' on his Facebook page. One for himself and one for me. I want to swap the business page that was made for me over to my personal facebook page. How do I do this? I want to keep the name of…
-2
votes
1 answer
Php general ledger query
I am new in PHP I want to know how to create general ledger.
I have two tables invoice and payment received.
I want to create general ledger using both tables.
mysql_query("select * from invoice");
mysql_query("select * from invoice");

Hani Mehdi
- 187
- 4
- 9
-2
votes
1 answer
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 ACCOUNTS
CASH FLOW
GENERAL LEDGER
FIXED…

devasia2112
- 5,844
- 6
- 36
- 56
-2
votes
1 answer
PHP registration allow admin to create accounts
I am developing an application where it will be necessary that during registration the user who registers becomes the "admin" for their group and then has the ability to create sub users who they can manage.
I plan on creating a table with the…

user1648020
- 97
- 1
- 12
-2
votes
1 answer
Sending email from Objective c using an specific email account
We need to send an email directly form an App, but using the specific company e-mail account. That is, a user may have several e-mail accounts in his iphone but the app needs to get automatically the user's company e-mail, and so sending the message…

Ramon
- 410
- 5
- 22
-5
votes
1 answer
How do I create an apple developers account for my child
I would like to create an apple developers account for my child who has a child account .When I try to sign-in with his account, it gives me an error saying 'Sorry, you cannot access this page'.

MetricSystemAdvocate
- 143
- 9
-6
votes
3 answers
C# How to modify text file
I need to read accounts.txt and add/change number after password
Here is accounts.txt
user|password
user1|password1
After starting
user|password|1
user1|password1|1
After closing
user|password|0
user1|password1|0
Sorry for my english

user3324218
- 7
- 1
- 2