Questions tagged [accounts]
205 questions
2
votes
1 answer
How to get system information in guest account c#?
I would like to know how to get system information such as OS name and version, system manufacturer.
I can get this information by WMI queries, but WMI queries are not working for guest account.
Any idea?
Thanks.

fooo
- 21
- 1
2
votes
3 answers
Check if user is logged in with Meteor
How can I determine layout depending on whether the user is logged in or not in Meteor?
I have tried
Router.map(function () {
this.configure({
layoutTemplate: Meteor.userId() ? "appLayout" : "startLayout",
});
});
I get the error
Error:…

Jamgreen
- 10,329
- 29
- 113
- 224
2
votes
1 answer
Meteor Accounts autologin pattern?
I'm thinking about a sign-up-with-mobile number system whereby someone can register with a mobile number and get a SMS to verify that they exist... at which point I'd like to have them automatically logged in without a password... (the SMS is…

zeroasterisk
- 2,199
- 1
- 23
- 28
2
votes
4 answers
Using multiple accounts on a SVN server
Right now, I have two different accounts on the same SVN server.
Subversion saves the password for the last user, but seems to forget about the other one.
The problem is that I need to authentificate myself everytime I switch from one project to…

Kru
- 4,195
- 24
- 31
2
votes
1 answer
How to use accounts-entry with Meteor?
I'm trying to figure out how to use accounts-entry with my meteor project. I had to delete all of my sign up and sign in forms because it got so confusing that I had to start over. How can I set it up so that there is a sign up and sign in form on…

5AMWE5T
- 841
- 1
- 9
- 25
2
votes
2 answers
Meteor login email domain predefined
I want to make a Meteor app where users can only create an account if their email ends with @mydomain.com.
In the end, they would actually only need to enter their username and not the @mydomain.com part.
So, the create user field would look…

carte
- 1,033
- 2
- 13
- 29
2
votes
2 answers
Specify Windows Username in SQL Script Without Knowing Machine Host Name
I'd like to reference a user account on a Windows machine, without knowing the host name of the machine.
Specifically, I am assigning permissions on a SQL server database, in a sql script, that will give permissions to a local user account on that…

Sam
- 770
- 4
- 15
2
votes
2 answers
How to link multiple accounts together for Meteor accounts?
I would like that user could link his or her account on my Meteor site to multiple external authentication mechanisms, so that he or she can use any of them and get into the same common account on the site. The idea is that user can authenticate…

Mitar
- 6,756
- 5
- 54
- 86
2
votes
0 answers
Meteor accounts-facebook broken on Android?
I have created a meteor app and added the accounts-facebook package. I can login to the site using {{loginButtons}} fine from chrome (on Linux locally and from another machine) - however, when I try and login via Android (on the same network), the…

Paul Edwards
- 43
- 4
2
votes
2 answers
Sending a message to an application started by a different windows' user session
A desktop app (made in Delphi) is started by User A. Let's call it "Instance A".
User A does a "switch user" and User B logs in.
User B runs the same application. Let's call it "Instance B"
What I want now, is a way for the Instance B to send…

Mark Bradford
- 85
- 1
- 6
1
vote
1 answer
PayPal Digital Goods and Showing Purchases
I am developing a website for a client who wants to sell his stock photos. I'm trying to get Paypal Digital Goods to work for a little while and have been having no luck at all. If anyone could point me toward a good tutorial on getting that to work…

user1121914
- 19
- 2
1
vote
2 answers
Find all textbox values and post into PHP MySQL
I am just a newbie to jQuery can some one help me?
I want to create a invoice system like this one
All I need to do is add a submit button that will function some thing like this
.find all input of textareas identified by some unique id
then post…

Amanullah
- 81
- 2
- 10
1
vote
1 answer
Error creating twitter ACAccount on iOS5: NSURLErrorDomain error -1012
I am having trouble creating and saving a new twitter account to ACAccountStore on iOS5.
After performing all the steps to init the account, ACAccountStore's saveAccount:withCompletionHandler: returns NSURLErrorDomain error -1012.
Does anyone have…

100grams
- 3,502
- 3
- 30
- 27
1
vote
2 answers
Change local windows user properties using C#
I am looking for a simple method to modify a local user's properties in windows 7 using a simple c# application.
I am not familiar with many of the Windows system libraries and am looking to accomplish each of the following tasks:
Enable/Disable a…

abhishekpradhan
- 13
- 1
- 4
1
vote
0 answers
How to use multiple github accounts with hub?
I have main account with ssh. For testing reason I created another github account and trying to create repository with hub
hub create anotherAccount/SomeRepo
But I have
Error creating repository: Not Found (HTTP 404)
I would like to be able to…

vrom911
- 694
- 1
- 5
- 16