login

asp.net login control

Hi, Ok, I have a masterpage, on that i have a linkbutton, popupcontrolextender, a panel as the popupcontrol and within the panel a login control. When the linkbutton is fired the popup panel reveals itself with the login control inside, if i try to login, the authenticate method does not fire. I have tried many different ways of getti...

Membership switch from ID to email

Currently I have a site (asp.net 3.5) that uses a unique ID for the login. I am going to need to switch it to use emails if possible. I am going to be creating all new accounts so I can wipe the membership table clean and import all the user info. We are switching from generic logins for departments to individual accounts. Any link...

How do you make your App open at login?

Just wondering how I can make my app open automatically at login, but make this be able to be toggled on and off using a check box in the preferences window. ...

Would a login system based on digital signing be a good idea?

One of the goals of OpenID is to be resistant against the failure of any one corporation. This sounds good, but there is another problem: if the site your ID is hosted on goes down, so does your ID. I thought that there must be a login system that would be totally resistant to failure. My idea is like this: I go to a website and I have ...

How to avoid a separate log-in when adding WikiMedia references in a CakePHP framework?

My team is trying to use Media Wiki to let users post deeper analysis of scientific research. However, MediaWiki requires a separate log-in, which is a real hassle. Is there a way to bypass the need for a separate Media Wiki log-in so that the user who is already logged-in to our site can go straight to Wiki Media and post references wi...

CakePHP - change user records on login

I'm new to CakePHP and frameworks and I've tried to google in search of an answer without any luck. I'm using the blank login() function and want to be able to change user records on login (like last_login). How can I do that? ...

ASP.NET MVC Login ReturnUrl always NULL?

Using Forms Authentication in ASP.NET MVC when trying to log back into a site, it puts a ReturnUrl parameter in the query string. My Logon action method accepts a "returnUrl" string. However it seems that returnUrl string is always null, even when it is clearly in the query string. Any thoughts on why this might be the case or a pos...

Default logon-Domain for Sharepoint

When running Sharepoint (WSS 3.0) with Windows Authentication (NTLM), external users must supply their usernames in the form of DOMAIN\username. This makes sense, because you could have multiple domains, trusts between them, etc. However in my case, I only have one domain, and I want my users to be able to logon with their pure username ...

Implementing Login Velocity Checks

I need to implement login velocity checking for a web service. The service is in ruby and the database is MySql. I can imagine bad ways to do this. For example, have a table that stores every login attempt's time and whether or not it was successful, and every time the user tries to log in, query that table for the last n login attemp...

SQL CREATE LOGON - can't use @parameter as username

I'm a developer and I suck at SQL:) Please help me out here. I'd like to create my own Stored Procedure that creates a Tenant in my SaaS database. In order to do this I need to create a new SQL Login for the Tenant and then add it to a predefined SQL Role. I'm already stumped just trying to create the Login. Here is what I've tried....

Adding new fields to JasperServer Login Page

Hi, While I have been able to customize the JasperServer to use existing iBatis/Struts infrastructure and integrate authentication using existing app, there is one thorn. How can I change the code called by modified login page to accept another field? Say I want user to enter Domain in addition to username and password. And use the t...

Is there a standard asp.net authentication authorization login system?

Besides what it comes with in 2.0 (the generated aspnetdb.mdf), is there a standard login authorization authentication system for asp.net Internet websites? One that can plug into a website. ...

Adding a "remember me" box to an asp login form

Can anyone point me in the right direction for adding a remember me checkbox for a simple login page? It basically only uses a password, not a user name. Is this possible? Here's the code for the unprotected part of the login asp page: '****************** Begin UNprotected content **************************** ' ' Enter the content yo...

Easiest PHP forum to configure to work inside an existing CMS?

I have been assigned to add a forum into an in-house CMS we have been using for some time. The system has its own login/user system and an established user database. Ideally I'd be looking for the easiest forum software to convert to use with our system, but if necassary can rewrite and migrate the user databases to use the forums syst...

Firefox Extension -- Load page in menu bar?

I am not sure if this is possible, partly because I have no clue what the terminology would be... I want to create an extension that, among other things, will have a feature where, when the user clicks on the status bar icon a small window will slide out and inside that window will be a website login page. They would then login as norma...

Multiple Login Modes in ASP.NET - Advice Needed

Looking for a bit of advice on where to take a current webapp which supports logins based on active directory and makes use of the built in asp login component. The problem is that we want to have the option to use the active directory login or a "normal" login using data stored in our local database. Just to make it clear. On each in...

Crystal Report DB authentication in java

Dear All, I'm facing a problem in Crystal Report with Eclipse. I am using a servlet to render the crystal report viewer by writing the viewer object to the response like: public class ReportViewer extends HttpServlet { @SuppressWarnings("deprecation") public void doGet(HttpServletRequest request, HttpServletResponse response) ...

Testing login in a page.

I have to access some pages at work and then log into them to report any problems. I was thinking of writing a program to do this. First, I have to be able to access the pages, then I have to locate the login form and send the info. Currently, I plan on printing true/false for each test (accessibility and login) and then filling the for...

ASP.NET 2.0 JQuery AJAX Login

I'm trying to figure out how to implement an AJAX login for a ASP.NET 2.0 site with Jquery. I already have a implemented other simple Jquery AJAX application on the site, but I'm unsure how to convert over the standard login control to POST via AJAX. Should I expose the login.aspx page methods? Any help would be great. ...

Best strategy for user registration and login for a web application

I am writing a web app (servlet / JSP on tomcat) and wanted to know best practices / experiences for user management (logins and registration) I am more insterested in database design security issues (how to store the password on the server and how to send the password from the cline tover https) common mistakes etc Thanks --Jatin ...