Top "Login" questions

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

Removing the remembered login and password list in SQL Server Management Studio

I've recently used our company's spare laptop (that has a general user set up) while mine was being repaired. I've …

sql-server security login ssms
Login credentials not working with Gmail SMTP

I am attempting to send an email in Python, through Gmail. Here is my code: import smtplib fromaddr = '......................' …

python login smtp smtp-auth
How to check if an user is logged in Symfony2 inside a controller?

I read here how to check the login status of an user by inside a twig template for a Symfony2…

symfony login symfony-security
Node.js https pem error: routines:PEM_read_bio:no start line

I am messing with login form right now with node.js, I tried creating a pem key and csr using …

node.js security login https pem
how to implement login auth in node.js

I have this node server running : var server=http.createServer(function(request, responsehttp) { if (request.method == 'POST') { var body = ''; …

authentication node.js login
How to add two edit text fields in an alert dialog

I am trying to use an alert dialog to prompt for a username and a password in android. I have …

android login dialog
Swift add icon/image in UITextField

I would like to add icon/image in UITextField. The icon/image should be left to placeholder. I tried this: …

ios image swift login uitextfield
Spring Security redirect to previous page after successful login

I know this question has been asked before, however I'm facing a particular issue here. I use spring security 3.1.3. I …

spring redirect login spring-security
How to center a component in Material-UI and make it responsive?

I don't quite understand the React Material-UI grid system. If I want to use a form component for login, what …

reactjs mobile login material-ui desktop
Facebook login "given URL not allowed by application configuration"

I've added facebook login to my site. However, when I click the button, I get a red box that says: …

facebook url login