Top "Login" questions

Authentication is the process of providing a proof of identity or verifying identity.

How to login to a website with python and mechanize

i'm trying to log in to the website http://www.magickartenmarkt.de and do some analyzing in the member-area (https://…

python cookies login mechanize webautomation
Can I get user email using Instagram API login?

I tried to use Instagram oauth API login but I can't get User email where as I can get profile …

api login instagram
The "state" param from the URL and session do not match

In facebook documantion require('include/facebook/autoload.php'); //SDK directory $fb = new Facebook\Facebook([ 'app_id' => '***********', 'app_…

facebook login sdk state param
CAPTCHA in java

I wanna give a shot at developing a secure login system in Java. How should I implement CAPTCHA using Java?

java login captcha
How to disable MySQL root logins when no password is supplied?

MySQL is installed on my laptop and it works fine, except that I am allowed to log in without supplying …

mysql login passwords root
Redirecting Wordpress's Login/Register page to a custom login/registration page

I have a website, with a user system. I want to integrate wordpress's user system into that website's, but I …

php wordpress redirect login registration
How to implement a login page in a GWT app?

My WebApp needs to authenticate user before allowing any sort of access. The scenario I'm trying to implement is a …

gwt login rpc
Login page in AngularJS

I've got a web application where all interactions require logging in. I see at least two ways of implementing a …

javascript angularjs login single-page-application
New users can't login on PHPmyadmin

I am currently having a problem with allowing multiple users to login with phpmyadmin without seeing each other's databases. I …

php login phpmyadmin privileges
ASMX username and password security

I have a basic ASMX service that I'm trying to get running (I'd rather use WCF but can't get the …

.net web-services login asmx