Top "Login" questions

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

How to make SQL Server find a login matching the name provided?

I have just restored a database backup to my local SQL Server express instance. In management studio under the server …

sql-server-2008 login sql-server-express
HTML Button: Redirect on click

<input type='submit' name='submit' value='Register' class='register' /> how do I make this link to a website …

php html login forum mybb
How to check if user is logged in with FB SDK 4.0 for Android?

A few days ago I implemented FB Login to my APP, and today I found out that most of the …

android facebook facebook-graph-api login
How to go back to referer after login failure?

For login success there is a parameter use_referer: true. For login failure there is only failure_path, which isn't …

redirect symfony login referer
I'm not able to log in Tomcat Manager App

I have read a lot of topics in stackoverflow for solve my problem, but none was useful. When I tried …

java tomcat login unauthorized
In Django, how do I know the currently logged-in user?

In Django, how do I know the currently logged-in user?

django login
Login only if user is active using Laravel

I'm currently working on my Laravel app and to prevent spam I decided that only active users are able to …

php laravel laravel-5 login account
Android login/registration with shared preferences

I'm new to Android. I'm doing an app for an university exam. I have to do an application for a …

android session login sharedpreferences user-registration
Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider

Anyone knows what does this error mean? I get it in LogCat shell every time I connect with my android …

android facebook login logcat
Using WebClient or WebRequest to login to a website and access data

I'm trying to access restricted data on a website using WebClient/WebRequest. There is no official API in that website, …

c# login webclient forms webrequest