Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
543 views

iOS: Table-style TextField for Login Screen?

I wanna make a login screen like the one from Facebook's app. The part I wanna replicate is the two text fields that when stacked look like a table group. I can't figure out how they did it though. ...
8
votes
1answer
2k views

Rails Devise: Set password reset token and redirect user

In my app for a certain use case I create a new user (programmatically set the password) and send them a confirmation email. I would like them to be able to change their password immediately after ...
6
votes
3answers
290 views

Best way to stop a single person from creating multiple accounts

I'm creating a game currently and I want to limit one account per person. I have a lot of families that want to play and I can't think of a way to decipher families from cheaters. The way I'm ...
4
votes
1answer
114 views

.Net LoginControls - User can't logout in Firefox

Basically, the logout link doesn't do anything, but only in Firefox. (I can login and out freely from other browsers) There really isn't a whole lot of information I can really give other than that, ...
4
votes
4answers
866 views

Recaptcha being triggered from masterpage control

Hey, I have a master page which contains a Login control so that the user can login/logout from any page. However, a couple of content pages require a Recaptcha control. This causes problems because ...
4
votes
2answers
371 views

Subdomains and Logins

If you multiple subdomains e.g.: sub1.domain_name.com sub2.domain_name.com Is there a way to have a user be able to log into both of these without issues and double login issue? The ...
4
votes
4answers
1k views

ASP.NET Login control without a Username

Is it possible to use the standard ASP.NET login control, but just ask the user for a password? I am using a template, but the runtime complains that; Login1: LayoutTemplate does not contain an ...
3
votes
2answers
350 views

Is it possible to let my c# wpf program know if the user has a touchscreen or not?

I've got an login application that has a swipe system that people only can use when they have a touchscreen. They can login by swiping their personal pattern swipe code. Is it possible to check in C# ...
3
votes
1answer
3k views

ASP.NET MVC2 Login form in master page

I'm trying to find an elegant way of having login form in the master page. That means unless user logs in, login form should appear on every page. (This is very common these days) Taking the example ...
3
votes
1answer
1k views

Restrict SQL Server Login access to only one database

I have a SQL Server server which has around 50 databases on it. I wish to create a new Login for a client who wishes to have access to their database. But I don't want to give them access to the other ...
2
votes
4answers
162 views

How can I activate a button's Click command on Enter key press?

I'm developing an app using SL Prism and MEF using MVVM. I have my login page which currently contains a username and password textbox and a single login button. The code for my button is as below: ...
2
votes
4answers
100 views

ASP.net Login Control

This is a general question. The login control from the Membership Provider asks for verification of the user's password but not of the email address. To add verifaction of the email address, do I ...
2
votes
3answers
171 views

asp.net login control with internet explorer

I have asp.net login control in my webapplication.while I run the application in internet explorer and type password it will displayed as question mark. Can anyone able to solve the problem means its ...
2
votes
1answer
209 views

ASP.net How to handle login/logout with role based access

Scenario: I have the membership provider setup and its currently pointing to a SQL database on my machine. The role based access works and I have a menu that is security trimmed. The user can only get ...
2
votes
1answer
1k views

How to add more fields in CreateUserWizard field?

Hello In addition to the fields defined in CreateUserWizard i want to add some more fields to store information in database for some purpose.But could not get the way to execute the task.
1
vote
1answer
225 views

ASP.NET login control connection string error : Keyword not supported: 'metadata'

I was working with normal connection until now and everything was smooth but now I have switched to data entity model and with new connection string, I am having this error... How can i keep my entity ...
1
vote
1answer
78 views

using login controls with sql server (not express)

I installed Visual Studio 2008 Professional(updated with SP1), then I uninstalled SQL server 2005 Express and installed SQL Server 2005 Standard. now I am not able to add 'SQL Server Database' to ...
1
vote
1answer
89 views

if the user checks remember me on the asp login control, when will the user have to login again?

just trying to get a better understanding of the concepts involved with this so i can make better decisions on implementing the login based on the requirements i've been given. in the case where the ...
1
vote
1answer
54 views

Restrict multi login in CakePhp

I have a mission to limit multi login on site(f.e. login from different computers under same username). My PM want to do this with saving session id. How I can do it? I have idea to save flag to ...
1
vote
1answer
77 views

login control forms authentication

I setup a login control to use on my web application and having issues validating the users. I created the membership tables in my own database in sql server 2008 using a suggestion on another site. ...
1
vote
1answer
81 views

add the option “show password ” to asp.net login control

I used asp.net login control in ored to log my site the issue is that I wannt to add an opption to show the password (insteas of astrix) but I have no access to the password textbox so I cannt chage ...
1
vote
4answers
69 views

Communicating between login.aspx and default.aspx

I'm new to web development. I have a login.aspx page that has an Asp.Net login control on it. When the users logs in and it successfully authenticates, the page automatically redirects to ...
1
vote
2answers
76 views

ASP.NET Login Control - How Popular is It?

Sorry for the weird question. I'm new to web development (spent the last few years in server side programming). I'm suppose to write a small web site that will be accessible from the internet and ...
1
vote
2answers
146 views

SqlDataSource Parameter Problem - Using loginName1 as sql parameter

I am trying to retrieve database info that is specific to currently logged-in user. The following 3 lines let me know that var1 is correct (As it displays it on the page) Dim var1 As ...
1
vote
0answers
101 views

changing location of App_Data and ASPNET.MDF database

I have a bit noobish question, so please forgive me, as I don't have much experience with asp.net. I have created login control, which uses automatically generated ASPNET.MDF which is located in the ...
1
vote
1answer
494 views

Login by hitting enter key in asp.net Login control

I must have read a hundred forum and blogposts about this, all talking about placing a Panel and setting the Default button to the Login button, or setting the Default button in the Form. I've tried ...
1
vote
2answers
158 views

Problem catching the root with interceptor in struts2

I have an intercetpor that checks if the user is logged in before serving the requested action. I have tried setting this as default for all action. For all addresses except one this works like a ...
1
vote
6answers
335 views

best login management solution without database - php

Can anybody suggest me a simple and best solution to manage user logins (username & password) in a private network (localhost) web page without setting up a mysql or any such database systems?? I ...
1
vote
2answers
107 views

how to allow login in with email using the asp signup component

as the title says how do o allow users to sign in using the email they specified when they registered. using asp 3.5 , both the login and signup are the ones that are built-in visual studio. also is ...
1
vote
1answer
20 views

Logged out sidebar weirdness

When I'm logged in to my site, viewing an individual post, the right sidebar displays perfectly, but when I log out on the same page (via the sidebar widget), the right sidebar suddenly ends up below ...
1
vote
3answers
292 views

Login user after signup

how to auto login the user after he created an account using asp.net 3.5, and from authentication here is the code: <asp:CreateUserWizard ID="mainSignUp" runat="server" ...
1
vote
3answers
352 views

asp.net Login control: what's wrong?

I'm working on ASP.NET app and in the master page C# code I want to access the login control, so I have the following code: Login login = new Login(); login = this.Master.FindControl("login") as ...
1
vote
2answers
246 views

Is it possible to set the Authentication Ticket manually when using the ASP.NET Login Control?

I am using the ASP.NET login control. I want to be able to set the timeout for Forms Authentication individually for each user (instead of globally in the web.config). From what I understand the ...
1
vote
1answer
203 views

How to customize login account for Login control in ASP.NET if we are authenticated by Micorosoft Federation?

currently I have a website with authentication using Microsoft.IdentityModel.Web.WSFederationAuthenticationModule. It redirects me to login page (single sign-on outside my website) and upon login, I ...
1
vote
0answers
142 views

asp.net login - how to inturrupt with a message prompt?

I have seemingly easy problem and am having trouble designing the right solution. I have a normal asp .net login control. When the user logs in (and is successfully authenticated) I want to display ...
1
vote
2answers
97 views

Windows XP/Windows 7 and Windows Servers login page

I would like to have a windows form application to popup right before when the user enters his or her windows credentials. If the validation in that particular windows form is successful then I want ...
1
vote
2answers
923 views

Default login asp.net MVC3

Where is the login information (username, password) actually stored by using the default template from ASP.NET MVC application in VS2010? I mean, is it physically registered in a database, file or ...
1
vote
3answers
783 views

strange behaviour spring security session concurrency

i find that spring security, session concurrency is very strange. <sec:session-management> <sec:concurrency-control max-sessions="1" error-if-maximum-exceeded="true" /> ...
1
vote
1answer
534 views

Login or Register (Ruby on rails)

I'm working on an Ruby on Rails application (2.3.x) and i want to make a form that lets the user login or register. I want to do this in the same form. I have a JS function that replaces the form ...
1
vote
1answer
260 views

After deployment, login control stops working

In my development environment I can register and login just fine. After loging in or registering I do a redirect. Once deployed I noticed that the registering still works, but the page refreshes. ...
1
vote
2answers
119 views

want to run a small web application which uses openid library available in java

i want to add feature of openid authentication in my web applicatoin and want to run that locallly ..i m having problem how to integrate openid4java library in that web application. What part of ...
1
vote
1answer
747 views

I have a Login Control.Even after successful Login it does not redirects to destination page

I have a ASP.NET Login Control with Forms authentication.Even after successful Login it does not redirects to destination page.But it uses returnURL and stays at same Login page.How to make Login ...
1
vote
2answers
645 views

How to create a new user in aspnetdb, when using asp:login control

I need to add the capability to create a user in an app built using the asp:Login control. How do I do this?
1
vote
3answers
1k views

Codeigniter: 2 Apps with one central login screen

I am writing an application in CodeIgniter and I have concluded that it's best to write two applications. One for back office and one for client use. I would like to have just one login screen. It ...
1
vote
2answers
70 views

Test local user login data

I'm currently in the process of writing a CGI blog engine in C (fun project - don't hate! :) and I'd like to enable posting for every user that has a login on the machine the webserver is running on. ...
1
vote
2answers
241 views

How do I program a hyperlink to include a username and password to the target site?

We have a website with a section restricted to members only. They log in and can view the website. Some of the information is stored on another server. We want that information to ONLY be accessible ...
1
vote
1answer
105 views

One user at a Time

I am trying to implement that only one user can login with given credentials. I check this at the time of login with this code : MembershipUser objectUser = Membership.GetUser(Login1.UserName); ...
1
vote
1answer
166 views

How to implement a good system for login/out into a webapp

I am one of the developers at PassPad, a secure password generator and username storage system. We're still working on it, but I have a few questions on the best way to implement a secure login/out ...
1
vote
2answers
705 views

Custom login form to Facebook on an iPhone app

I'm trying to make an application that can connecto to facebook. I've found Facebook Connect for iPhone and I don't like the login form that it has. Is there any way to make a custom login form? Is ...
1
vote
2answers
1k views

ASP.NET login control - can I add the FailureText as an item in a ValidationSummary?

I'm currently working with the ASP.NET login control. I can set a custom failure text and I can add a literal on the page where the failure text is displayed if the login fails. I also have a ...

1 2 3