-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remember user email on subsequent logins #1889
Comments
This could be a community task, a "remember me" checkbox for email (probably just using local storage since everything is setup for it already) |
Also better spacing than my hacky inspect CSS please! |
uh. I kind of prefer not to remember their password in the client to be honest for security reasons. Their browser will be the one suggesting this already and it gives more control in the form of their browser choice and security choices (ie if they use last pass, one pass, etc) |
Very happy to be over-ruled on that aspect. No 'remember password' in this solution (if a community member takes this task) 💯 |
Hello I am an Outreachy internship Applicant and I want to work on this issue. And what I understand is that the email id have to be stored in the cookie so that the next time user wants to log in the browser remembers the email id. Am I right? |
@AishaSaman Yes please go ahead! The files for the login-box is found in this folder: https://github.com/ushahidi/platform-client/tree/develop/app/common/auth You can see an example on how we are using local storage here: Getting local storage: https://github.com/ushahidi/platform-client/blob/develop/app/common/services/translation.service.js#L74 |
@Angamanga I can't solve this for now, sorry. Please assign me any first-timer-issue. Thanks |
@AishaSaman I don't think we have many first-timer issues left, but check here if you find something interesting:
Community Task
|
remember user email on subsequent logins
Aha! Link: https://ushahiditeam.aha.io/features/PROD-565
The text was updated successfully, but these errors were encountered: