Skip to content

SignUp email-verification-link. How to read "link verified or not"?  #269

@palmdeskApp

Description

@palmdeskApp

Expected behavior (required)

  1. SignUp page --> Firebase Authentication --> Action1: Create account --> Action2: Send E0mail verification link --> Run --> Enter email & Password --> Email is sent --> Email link is not clicked --> Go to LogIn page --> enter email & password
    Idally This should have resulted into error message "Email link not verified. Pl resent email link."
    But it is allowing successful login.

  2. User clicks "email link" --> how do system detect if user has successfully clicked link? There is no "verifiedFlag in user document. I want to allow user signing only if link has been clicked.

  3. When user clicks on email-verfication-link, What change happens in firebase database? What field gets updated? How to read that field?

Current behavior (required)

There is no way to find out if user has clicked email verification link.

To Reproduce (required)

  1. Create new page
  2. Add container widget
  3. Set width = 123
  4. Click Run
  5. Observe that project doesn’t build

Just add SignUp page, SignIn page and set "email verification" system.

Code can be included in this section if it is relevant to reproducing the bug.
-->

Steps to reproduce the behavior:

  1. Create pages: SignIn, SignUp, HomePage with Email and password fields.
  2. Add SignUP action: Create user + Send Email verification link
  3. How to detect if user has clicked the link?

Bug Report Code

Context (required)

This makes email link verification redundant. As user can always Login even without verification of email link.

Screenshots / recordings

Your environment

Window10, crime browser, latest FF.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions