Skip to content
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

[Feat]: Add a feature to remember e-mail address in the login form to prevent typing in email every time #1347

Open
martkaczmarek opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
Javascript Frontend Pull requests that update Javascript code

Comments

@martkaczmarek
Copy link
Contributor

In the new model of login, the user has to always type in their email address before being presented with password field of Oauth button. Since the email address should not be treated as a secret, I propose a section of "last emails" to be included under the login field. The user can then just click their email and proceed with the password/oauth login.
This could be customized by admin in the Lowcoder settings or env variables (such as "REMEMBER_EMAIL = true/false").
The remembered emails would be stored in the user's browser.

Alternative would be to add a check of "remember my email address in this browser", which would then auto-complete the email in text field when the user returns.

@FalkWolsky
Copy link
Contributor

good idea!!

@FalkWolsky FalkWolsky added the Javascript Frontend Pull requests that update Javascript code label Nov 27, 2024
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Javascript Frontend Pull requests that update Javascript code
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants