The user-authentication tag has no wiki summary.
0
votes
1answer
39 views
Google script: cannot refer to users using Session.getActiveUser()
I have a Google Script that executes as me.
In the script, I want to know the user's email.
So I refer to the email of the user accessing my application as Session.getActiveUser().getEmail()
That's ...
0
votes
0answers
12 views
fast search errors on search for all users
Fast search errors on search but allows to login any windows user and administrator.Internal server error. If I look in event log it says spconfig failed. I checked sql db and administrator has ...
0
votes
1answer
46 views
Logging in via Firebase Email/Password
I am trying to build a basic web application w/ user authentication via email/password registration using Firebase.
My setup right now includes a main.js file that consists of the following:
var ...
0
votes
1answer
31 views
Azure - Data only for the owner
I use an Azure Mobile Serivce to save data from my app useres in my Windows 8 Store App. I want to publish the app in the app store but for this I have to be sure every user can only get his own data. ...
1
vote
1answer
80 views
External login system for my website [closed]
I am currently developing a website that offers many services for local customers, lets call it "payiteasy.com". As the number of users who are registered in this website is increasing and the number ...
2
votes
1answer
49 views
How do I check a username/password combination in OS X?
In windows I can call LogonUserW or on linux pam_authenticate to check whether a given username/password is correct. How do I do this on OS X (for c/c++)?
1
vote
0answers
64 views
Authenticating users using Windows logon
I want to try and avoid forcing users to logon to use my applications, so I am wondering if there is a secure was I can use a Windows authenticated user?
I can't see this working, personally, because ...
-2
votes
1answer
61 views
Script, hack, or code to automate user activity, even though inactive online? [closed]
I do online schooling and the site (We'll call it www.example.com/index.html for privacy purposes) that I use logs me out automatically if I walk away from the computer for about 15 minutes or longer. ...
1
vote
2answers
41 views
Get the user object form session
How can I get the user object that login() has save in the session?
user= request.session.get('user')
returns nothingIn this example:
user = authenticate(username=username, password=password)
if ...
0
votes
2answers
27 views
Get author(user) in Django
I'm trying to make a news posting app using ModelForms, and currently I'm trying to set it so that the form automatically gets the authenticated user so when said user posts the news item, their name ...
2
votes
2answers
60 views
Django/Auth: Can request.user be exploited and point to other user?
Let's say i have a form that does something in database and requires user authentication that has been sent by POST, is it possible inside request someone evil to change the user in order to exploit ...
0
votes
1answer
103 views
How to display wrong username password on login form ?
I am developing the MVC application.
I have designed the login form.
when user enters the proper username and password then, it redirect to next page, but when user put wrong username or password I ...
0
votes
0answers
41 views
RemoteUserMiddleware is not working, it just redirects me to /accounts/login/?next=
I am trying to just have simple, WWW-Authenticate HTTP authentication in Django using REMOTE_USER. This is done with RemoteUserMiddleware.
Unfortunately, after changing my config file like such:
...
1
vote
1answer
74 views
How to join logged in user and user records within database?
I'm working with the ASP.NET Membership Provider with the SQL backend for the first time and I've encountered something that smells, which tells me I'm either doing it wrong or just haven't thought it ...
0
votes
3answers
171 views
Login system not working cant find verifylogin.php - 404 error
To create the login system i have been using this tutorial - www.codefactorycr.com/login-with-codeigniter-php.html. The problem is when i enter the username and password from my database into the form ...
1
vote
1answer
154 views
LDAP / Active Directory with External Users
Context
A company that uses Active Directory for a long time. Previously, admins added Domain Users Group to many resources with read access. It is not realistic to change all this.
A service, in ...
0
votes
1answer
98 views
Restlet User Authentication
I'm relatively new to Restlet, so currently I am experimenting with Restlet 2.1, and I want to add user authentication
I am currently using Apache ReverseProxy, and planning to use it as SSL-proxy, ...
1
vote
1answer
96 views
How would I go about creating my own implementation of IUserAuthRepository?
I was working with out of the box authentication, with service stack, and it works great. So, right now, I am mocking up a user with the following lines of code, taken from ServiceStack examples:
...
0
votes
1answer
31 views
AD Integration with a 3rd Party Web App
I am currently working on a Third Party Web Application which is internally hosted. (We own the App Server and the DB )
We need the sign on or User Authentication to be integrated on to AD. Vendors ...
1
vote
1answer
165 views
Typo3 extbase User Auth Service
I try to write a service module, that fetches userdata from a webservice. I found this tutorial, but it shows the 'old' way of building extensions. Is it possible to write a extbase-extension like ...
0
votes
0answers
37 views
How can a website prevent a user from accessing it using different PCs?
I was signing up for a paid website, and the terms of service included a clause that says I may access the website using only the PC I used when I signed up for it (I assume this is to prevent me from ...
0
votes
1answer
114 views
The username or password is incorrent in RDP [closed]
I trying to remote my desktop using Remote Desktop Protocol(RDP).
I configure my desktop remote setting and put a check in remote assistance
(Allow remote assistance connections to this computer)
...
3
votes
1answer
956 views
Thinktecture.IdentityModel with SimpleMembership
I want to use ASP.NET SimpleMembership to authenticate users that consume my WebAPI. Thinktecture has a wonderful authentication library called Thinktecture.IdentityModel ...
1
vote
1answer
185 views
Implementing user roles into project using CanCan
Okay, so I am trying to create a user role system into my project using a combination of Devise and CanCan. I know that this is a popular combination but after working through a half dozen ...
0
votes
1answer
101 views
automatic user login by reverse proxy
Given is an application behind a Nginx configured as reverse proxy. The application requires user login via a web form and HTTP POST. Is there a possibility to provide the credentials of a generic ...
2
votes
1answer
2k views
org.apache.http.client.ClientProtocolException
I've made an Android application that uses a X509 certificate (that is in the folder res/raw/mykeystore.bks) to sign to remote server that respond on the 9006 port.
the server ask me for a login ...
0
votes
4answers
72 views
Where in asp.net-mvc do I put code for user authentication?
I'm developîng a MVC intranet with windows authentication.
I have a folder with views that only certain roles can see.
I have a web.config file in that folder
<?xml version="1.0"?>
...
0
votes
1answer
85 views
Rails: User Authentification not redirecting after correct username/password input
I have a rails app, for some reason my login action does not work. I put in a correct username/password in, however it does not redirect to the desired 'menu' action. It just redirects me to the login ...
0
votes
2answers
452 views
Login form validation Code Igniter
My form:
<?php
echo validation_errors();
$clientLoginFormAttr = array('id'=>'clientLogin');
echo ...
0
votes
1answer
338 views
How to verify user authentication before viewing “View” in CodeIgniter?
So I have a "dashboard" controller that points to the corresponding view. This file can be accessed at any time simply by going to http://domain.com/dashboard. However, I only want this URL to be ...
0
votes
5answers
483 views
Login Security: How to Disable Multiple login
I want to disable multiple login on my web. For example when a user already login on the system. System should disable the user to login again on another browser or computer. Currently I tried doing ...
0
votes
0answers
37 views
How I can ask User to enter PassCode programatically in iPhone?
I am developing an iPhone app. In this app I am going to send mail using User device.
So, I want to ask User to enter Pass code to validate User. If device have not any security Pass code then there ...
2
votes
2answers
157 views
Android: Can a webview automatically signin into an AppEngine app?
I did create a webapp on Google AppEngine, which requires Google Account SignIn.
I know Android has already a Google Account associated during registration.
Can I create an Android App consisting ...
0
votes
2answers
107 views
How to get the userID of a logged in user?
I'm trying to get the userid of the currently logged in user. Here is my code:
public int GetUserID(string _UserName)
{
using (var context = new TourBlogEntities1())
{
...
1
vote
2answers
175 views
How to inject the in-memory user provider into a service?
I'm following http://symfony.com/doc/current/cookbook/security/voters.html and attempting to make a custom voter that denies access for requests that don't contain a valid API key and digest in the ...
0
votes
2answers
62 views
What are some services that provide user authentication for your website? [closed]
I am developing a small website and I don't want to implement a full authentication workflow given the scope of the project and I can't rely that all users have Facebook account (so I need fallback ...
0
votes
0answers
68 views
user authentication using Google openID but only allow if part of a set Google apps for business account (php open id or lightopenid)
looking to using google-OpenID as away to authenticate users, but only if the account belows to a set Google apps for business domain.
For example I run a student society website and we have our ...
0
votes
1answer
45 views
apply and call a session in different controllers
I am using zend framework. I have built a simple login screen. when the user logs in, I want to set a session and then in the init function of the member area controller its meant to check for the ...
1
vote
2answers
231 views
Creating multiple Connection objects for multiple users
I have written a web app using Java EE for altering the contents of a table. For user authentication I am using the database credentials of the user. I am creating the JDBC connection using these ...
1
vote
1answer
2k views
windows and anonymous authentication on IIS 7.5, allow auto login for internal and manual login for external
Scenario:
https asp/asp.net website running of IIS 7.5 (windows server 2008)
IIS currently configured to allow anonymous authentication and forms authentication ,asp.net impersonation are disabled ...
5
votes
1answer
211 views
Use facebook authentication for browser extension [closed]
I'm wondering what will be the best way to implement Facebook connect for a browser extension .
the two options I have in mind are:
Implement Oauth protocol directly in the extension context
...
1
vote
1answer
327 views
how to indentify user using google apps script?
I need a way to identify users. I have a Google site that is users access via their gmail accounts. My site is designed to allow users to view any data, but edit only their own data. This works fine ...
1
vote
4answers
270 views
How to debug an error in SQL syntax?
I'm new to SQL/PHP and I can't get over an error message :
"You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version
for the right syntax to use near ...
1
vote
1answer
117 views
Where to put $user->logged_in() function? user_model or user_controller?
I've always put the function in application/models/user_model.php, but is that really the best place to put the function?
What doubts me about this way of coding, is that I've heard that model should ...
-1
votes
1answer
118 views
How to implement a Login procedure and session? [closed]
I have an app that has PHP API Classes to connect to a MySQL database and SQLite database handler to store users information but how would I implement the Login procedure and establish a session so ...
0
votes
0answers
74 views
apache: allow a user group to log in only from an ip range
i have an apache2 server. I would like certain group of users to be able to login only from a certain ip range. Another group should be able to login from everywhere. How can I do this?
Regards
0
votes
1answer
2k views
migrated MVC 3 to MVC 4, ASP.NET forms login not working for old accounts
I'm in the process of migrating my MVC 3 application to MVC 4, and I am noticing that all the existing users' passwords are now not valid.
I'm using the standard ASP.NET membership schema with all ...
2
votes
1answer
130 views
Rails single user authentication: Database or Hardcoded?
I just need to protect a few pages that can edit the entries in my database. I will only need a single "User Account" for myself. Should I go through the trouble of creating a User model and setting ...
0
votes
0answers
43 views
how to detect if a datastore entity already exists in python [duplicate]
Possible Duplicate:
give openid users additional information
I am trying to create a user authentication system based on OpenID and I want to add some additional information. I have the ...
2
votes
1answer
339 views
Can we use refinerycms for user athentication purpose
Am developing one website for which I have to do user login and registration form for the authentication purpose. My question is can we do this using only refinerycms and if it is possible please tell ...





