You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: