user-accounts Questions

3

Solved

I am building a web service that will allow users to register either by creating a 'regular' account (username / password) or by using their facebook login (facebook connect) If a user registers w...
Capillarity asked 5/8, 2012 at 11:58

1

Solved

Woocommerce's "My Account" page shows a register/login form if the user isn't logged in, but I'm trying to use the default Wordpress login/register page (wp-login.php) instead. How can I make "/my...
Portcullis asked 3/1, 2017 at 22:33

6

I am using mrt add accounts-ui-bootstrap-dropdown and mrt add accounts-password to get a simple login page running on my app. The accounts users gives me a nice hash containing ids, createdAt, ema...
Noticeable asked 7/5, 2014 at 1:52

3

Solved

Overview I am currently in the process of creating an API for an image sharing app that will run on the web and sometime in the future, on mobile. I understood the logical parts of API building, bu...
Elizebethelizondo asked 1/6, 2016 at 7:21

3

Solved

Using Meteor accounts (and accounts-ui) is there an easy way to make new user sign-ups invitation only? For example by providing an invitation link or an invitation code. The only thing related I...
Golf asked 8/1, 2014 at 8:37

3

Solved

There are questions about getting the profile image from Twitter, Facebook or Google, but it would be nice if there were a simple and extensible wrapper that returned the profile image regardless o...
Pish asked 16/9, 2013 at 11:26

1

Solved

I am creating default users on the server with a Meteor startup function. I want to create a user and also verify his/her email on startup (I'm assuming you can only do this after creating the acco...
Periostitis asked 21/1, 2016 at 20:6

1

Solved

I have some confusions on OAuth-related topics and I hope someone can help me clear them up :) Feel free to correct me on any point where I'm off the mark. So let's say that my web company ru...
Factorial asked 14/7, 2013 at 6:24

1

In my application i have to maintain a local persistent store in sync with cloud kit private database. So I just wanted to know how can I handle account changes that may happen. Confusion I have ...
Siriasis asked 7/10, 2015 at 7:11

1

Solved

What is the right way to create a user on MacOS X, from the command line, which will be used only for running a sever application? For example, there is already the '_www' user for Apache httpd, bu...
Fiesta asked 27/9, 2015 at 17:48

2

I want to set up 3 things for my user authentication system running on Passport / Neo4J: 1) Manual user account activation (so that admin does it); 2) Invite-only account creation; 3) E-mail con...

2

I am software tester working on outsourced projects for many clients. Frequently, I am required to test Facebook apps just before they go live. Often, the content of the app requires several inter...
Moltke asked 8/8, 2012 at 15:12

2

Solved

Can I create or manage a Facebook app via a 'business' account? When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my home...
Beane asked 29/5, 2012 at 19:51

4

Solved

I am trying to run a powershell script that queries for accounts that expire within 7 days, I currently have $a = (get-date).AddDays(7) ; Search-ADAccount -AccountExpiring -TimeSpan "7" | Sele...

1

Solved

SQL Server was installed on the local PC by User1. User1 has now left the company and a new account on the PC was created called User2. User2 cannot access the local SQL Server installation....
Champerty asked 22/1, 2015 at 14:5

2

Solved

I am making a meteor app and I have the mrt accounts-password package added as well as mrt accounts-ui-bootstrap-dropdown. I have added the loginbuttons so users can create an account and that wo...
Slapjack asked 21/8, 2013 at 22:40

1

Solved

I had to delete over 90 users in my web api. I am using web api 2 individual account. But after deleting this users, they still can use my web-api, because access token are cached somewhere. How to...
Irrespective asked 4/6, 2014 at 18:8

2

So there are definitely many tutorials out there regarding how to integrate various individual social network authentication/registration into existing user accounts. But the scenario I can't seem ...

1

Looking for a nodejs library that can help make the process of creating user profiles easier for a web application
Unwieldy asked 6/2, 2014 at 15:54

3

Solved

I have developed a windows service using C# and Visual Studio 2008. I have Windows XP SP2 installed on my machine. When I try to install the service using the installutil tool, after...
Detection asked 5/2, 2010 at 8:0

3

Solved

I wrote a code that request an AuthToken from the account manager, using the getAuthToken(). On the first time - the user needs to "Allow" the authentication, but later on there's no need to. I wa...
Tankoos asked 27/4, 2011 at 14:22

1

Solved

How to detect if iCloud account being used on a device changed? A user signs out from Settings > iCloud and another user signs in his/her account. How to detect this change when the app is opened...
Parcheesi asked 22/2, 2013 at 10:32

2

Solved

I have installed SQL Server 2008 using Windows Authentication in my laptop for my own use. I want to add Sysadmin account/role using SQL Server Login type. I checked this post, but it's not showing...
Restricted asked 11/2, 2013 at 15:4

1

Solved

In Windows, is it possible for a program running under a limited user account to connect to a named pipe created by a program running under Administrator account or running as a Windows Service? Or...
Venice asked 24/1, 2013 at 10:54

2

Solved

I created a Meteor app that allows users to sign on using Facebook. To do this, I'm using the accounts-ui and accounts-facebook packages. This works fine. How do I retrieve the user's email addre...
Martita asked 18/12, 2012 at 8:14

© 2022 - 2025 — McMap. All rights reserved.