Questions tagged [accounts]
205 questions
0
votes
1 answer
Accounts Payables and Receivables
I have enabled Multiple companies feature in OpenERP. While creating Supplier for a company, it shows the following message.
Accounts Payable is invalid,
Accounts Receivable is invalid.
Can someone help me fix this?

user3382097
- 35
- 7
0
votes
1 answer
Only allow signed-in users to chat? Meteor chat app
I'm working on a chat app using meteor with this tutorial and I want it to be so you have to sign in before you can add comments. The reason why I'm doing this is because I want everyone on my site to have a nickname instead of a name like…

5AMWE5T
- 841
- 1
- 9
- 25
0
votes
1 answer
Sign out with accounts-entry package? (Meteor)
I'm trying to set up a login system with accounts-entry on meteor and I don't know how to set up the sign-out feature. The package says a /sign-out path is included but when I go to /sign-out it just redirects to the / path. How do I set up sign-out…

5AMWE5T
- 841
- 1
- 9
- 25
0
votes
1 answer
What to put as a selector in CSS? Accounts-entry with Meteor
I'm using the accounts-entry package with my meteor project and want to customize the {{> entrySignUp}} and {{> entrySignIn}}. What do I put as a selector in CSS to do this? I tried putting them in a
but it didn't make a difference? Does…

5AMWE5T
- 841
- 1
- 9
- 25
0
votes
2 answers
Are e-mail accounts on Android available to every program?
I am not familiar with Android accounts API and am worried about accounts security.
Also I believe that programmers know more about Android insides so am asking this question here.
Android device can have several accounts of various types stored:…

Paul
- 25,812
- 38
- 124
- 247
0
votes
1 answer
Switching between many accounts
I'm creating an application where in I'm registering myself and saving details to users table as follows.
users(id, first, last, email, phone);
After that I wanna create many accounts under users like account1 and account2 as follows.
accounts(id,…

Sanganabasu
- 943
- 7
- 21
- 39
0
votes
1 answer
When does the salesforce Account ID change?
A client just reported that his website to Salesforce integration is not working properly. It appeared that Account ID which is needed for executing REST queries has changed, so that I was using a non-existent Account ID.
I've had a look in the…

dvdbrk
- 161
- 2
- 10
0
votes
2 answers
Active Directory userAccountControl null after otherwise valid search
and thanks for reading.
I have tried many variations of the following code, and all have returned a null value for the userAccountControl property:
DirectoryEntry de = new DirectoryEntry("LDAP://{my server/domain}");
DirectorySearcher ds= new…

Kenn
- 31
- 1
- 4
0
votes
2 answers
mysql insert to database Registration Page example?
I am making my first attempts at creating secure logins via php/msql and things are going pretty well. I've been following the tutorial here: http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL and amazingly I've got everything…

sylcat
- 151
- 1
- 3
- 18
0
votes
2 answers
Change desktop Google Drive account without permission to access old account
I used my home computer for desktop Google Drive with my work email account. Once I left the company, they changed the password on the account. I would now like to use Google Drive desktop with my personal email address. I am not able to access…

user2714698
- 1
- 1
- 2
0
votes
1 answer
How do some companies manage disabled accounts in Exchange 2010?
I'm wondering what the best practice is for "archiving" old disabled accounts in exchange. I work for a small health exchange company and the upper management wants any mailbox over 60 days old, backed up and off our network. So basically a .pst…

Xpolicy
- 1
- 1
0
votes
1 answer
Updating attributes from external authentication source in Meteor
This screencast shows how to retrieve additional user profile attributes from external authentication. But I don't understand how can I update the user account every time user logs in with possibly updated profile attributes? Is onCreateUser called…

Mitar
- 6,756
- 5
- 54
- 86
0
votes
1 answer
Accounts database design
Hello everyone i am developing an accounts package for my company using Sql Server 2008 and VB.Net.
I need some help regarding the database design.
I have the following tables
AccountsGroupMaster
GroupId int
GroupName nvarchar(50)
ParentGroupId…

Programmer666
- 31
- 1
- 7
0
votes
1 answer
Multiple Profile Account Creation (Concrete5)
Alright so I am working on a site and it requires some 100 names of people to create an account for. We are using the latest version of Concrete5(c5 is a pain). I have a template for the profile page and all i need to do is edit in the boxes of all…

Jerkyace
- 13
- 4
0
votes
2 answers
Login Registration with Two different account types
I am making a website login and registration page and it is working perfectly. Now I am in the part were I need to have two account types. Like Homeowner Account and Rentors Account.
Now what I have so far is I register and pick Homeowner Account It…

patgarci
- 31
- 7