ASP.NET Identity remember email address on login page

Megrez7

Asp.Net Identity introduces "remember me" functionality. However my requirement is only to remember email address on the login form, not to login user permanently. So once the user comes back, has to provide his password only. If other user tries to login, he will have to provide his email as well.

Has Asp.Net Identity some built-in functionality I could base on or shall I implement this functionality completely on my own from the scratch?

I use Asp.Net Identity v2.2.1.

J. Lavoie

As R. Richards said, you should go with cookie in your case because they are great when storing per-user information for the current Web session or persistent information on the client.

Here's an helpful link that shows basic implementation of a cookie in asp.net c#

Hope this help! Feel free to ask for more information.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

ASP.NET Core Identity invalid token on confirmation email

Identity email with dash in Asp.Net Identity

Asp.net Identity 2.0 - Unique Email

Asp.Net Identity save user without email

ASP.NET Identity 2 Separation of Email and UserName and using Email to login

ASP.NET Identity Confirmation Email Is Plain Text Instead of HTML

MVC Add Secondary Email using asp.net Identity

Email confirmation and Password Policy Without ASP.NET Identity

Asp.net core Identity successful login redirecting back to login page

Using Asp.Net Core Identity in MVC, Authorize attribute is rebouncing to login page after succesfull login

Asp.net core identity change username/email

Check claims (email) before creating a new cookie, without asp. core identity store using asp net core social login

.NET Core Identity Login Page handler OnGetAync()

Confirming more than one email in Asp.net Identity core

Asp.net identity extra user information like email etc

Login page for asp.net page

How should I add a user email address for a user with ASP.NET Identity 2

Changing Asp.NET Identity Authentication to register email address, but never username

How to get Email address of external login in ASP.NET MVC 5

ASP.net Identity Login trigger on Click of Login

Password reset without entering email (ASP.NET Identity)

How do I change the ASP.NET MVC default login page to login by username instead of email address?

How to login with "username" instead of "email address" in ASP.Net Web Forms Identity

ASP.Net MVC Alternative Login to identity

Set email as username in ASP.NET Identity

ASP.Net Identity - cannot login with password

Not able to see a Corporate email address box on the Cognito hosted login page

Can I get a users identity from an email address instead of a username in ASP.NET Core and DirectoryServices?

Asp.net Identity keeps redirecting back to login page after successfull login