Menu

#1921 Issue: Resend verification or change the flag?

Add/Remove/Bugs
open
nobody
2026-06-20
2018-09-28
Anonymous
No

Originally created by: lucg71

We had mail issues which caused verification emails from not being sent out. The mail issues have been resolved, but we now have a dozen or so users who are unverified, and I'm guessing that this is why they are not getting email updates on boards/cards for which they are tracking. Users who have verified accounts have no issues receiving updates.

Is there a way to have the system resend the verification code, or as an admin change the verified flag to yes?

We are running a snap install of version 1.50.0

Discussion

  • Anonymous

    Anonymous - 2018-09-28

    Originally posted by: xet7

    You can resend invitation. Does that help?

    There is still bug "Unable to verify accounts." [#1426]

    I have not yet added setting verified on Admin Panel.

     
  • Anonymous

    Anonymous - 2018-09-28

    Originally posted by: lucg71

    The users in question registered by going directly to the Wekan site, not by invitation. So there is no invitation to resend.

    Is it possible to change that flag to yes.true directly in the database? If so, what's the process? (I'mnot at all familiar with mongodb and last did dba work 20 yrs ago, so some hand holding is appreciated).

     
  • Anonymous

    Anonymous - 2018-09-28

    Originally posted by: xet7

    @lucg71

    Please make backup first:
    https://github.com/wekan/wekan/wiki/Backup

    Wekan Snap has mongodb at port 27019.

    You could try saving mongodb date to .json files, editing them, and copying back to mongodb:
    https://forums.rocket.chat/t/big-issue-with-custom-javascript/261/4

    Or google searching for mongodb syntax.

     
  • Anonymous

    Anonymous - 2020-02-17

    Originally posted by: enkore

    This seems to work in a bleep DB shell:

    use wekan
    db.users.updateMany( {}, { $set: {"emails.0.verified": true} } )
    
     
  • Anonymous

    Anonymous - 2020-12-29

    Originally posted by: mbalmer

    This bug still exists in Wekan 4.65.0. Installed from docker-compose.yml. E-Mails are sent, but when I click the "confirm email" link, I get to the login page.

     

Log in to post a comment.