Top "Login" questions

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

Should I hash the password before sending it to the server side?

I noticed that most sites send the passwords as plain text over HTTPS to the server. Is there any advantage …

security authentication login https
Set focus to textbox in ASP.NET Login control on page load

I am trying to set the focus to the user name TextBox which is inside an ASP.NET Login control. …

asp.net login pageload setfocus
How implement a login filter in JSF?

I would like to block the access of some page even if the user knows the url of some pages. …

jsf jsf-2 login authorization servlet-filters
How to identify a Google OAuth2 user?

I used Facebook login to identify users. When a new user comes, I store their userID in my database. Next …

login google-api oauth-2.0
Prestashop cant login in admin

Several days ago I couldn't access the admin panel on my site based on prestashop platform. After entering login and …

redirect login admin prestashop
Example and explanation: Android (Studio) Login Activity Template generated activity

I wanted to implement a login form in my app, so I tried to use the code generated by the …

android login android-styles
Login to website using urllib2 - Python 2.7

Okay, so I am using this for a reddit bot, but I want to be able to figure out HOW …

python python-2.7 login urllib2
How to add Social login services from Google, Facebook, Yahoo etc. to my website?

I want to add the following buttons to my website for providing users with option to login using more services …

login openid single-sign-on
htaccess doesn't work - always wrong password

I am trying to password protect a directory, and have two files in the directory which should password protected it: .…

.htaccess login password-protection .htpasswd
How does browser know when to prompt user to save password?

This is related to the question I asked here: How can I get browser to prompt to save password? This …

firefox browser login