Skip to content

Disable 4-digit code activation. #700

Discussion options

You must be logged in to vote

Hmm.

The app tries to verify each email address by sending a code, including the admin address. I suppose we could allow a mode where email confirmation is not required.

To fix your situation you can either:

  1. Set up your mail server so you can activate the admin email address
  2. Access the postgres database directly and UPDATE users set email_verified=true;. Instructions for accessing postgres directly: #621

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@martinord
Comment options

@worosom
Comment options

@martinord
Comment options

Answer selected by metmarkosaric
Comment options

You must be logged in to vote
1 reply
@teito-dev
Comment options

Comment options

You must be logged in to vote
1 reply
@ukutaht
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #699 on February 09, 2021 17:25.