-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Describe the issue
Currently, when new users sign up they're considered partially verified in the DB. This causes weird situations to arise in the CMS as it allows users to log in immediately, yet still tells them they need to verify their account.
To reproduce
Register as a new user and navigate to the account settings page. You'll see a message telling you you need to verify your email. If you look at the database, one of the two columns required to mark verification will be filled in as true while the other is null.
Expected behavior
The user to have to verify their email before logging in. The user probably should not be logged in by default, however, as long as the confirmed column is appropriately set I don't think it'll be an issue.
Version and browser
Version: v6.0.0 beta 1
Bug report checklist
- I have filled out as much information as I can
- I have detailed how the issue can be reproduced
- I have searched for existing issues and to the best of my knowledge this is not a duplicate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working