In ACP, disable email verification for users

Unsolved Technical Support
  • Hey,
    ACP User Management (/admin/manage/users) currently offers the option to manually verify a user's email, but the process cannot be reversed,
    ef025a1c-7c71-46da-b9d2-0199e978aa61-image.png
    for instance:
    On my forum, I block email changes, and the management changes it to whomever asks. But even though it's a new email address, it stays verified ...
    As another example, if I manually confirm an email in the wrong user, there is no way to undo it ...
    it would be great if you could add that!
    @julian @baris

  • Does it seem unnecessary? 🤔
    Maybe this ability exists in ACP in a place I don't know..?


Suggested Topics


  • 0 Votes
    1 Posts
    433 Views

    I am using Heroku to host a nodeBB instance. When using the heroku supplied subdomain (and setting it in the config.json), everything works fine. I can log in as admin account, use admin GUI, and everything works well.

    When I set up custom domain (.me tld if that matters), configure it in Heroku, config.json, and DNS, I can get to the site, log in, but when I try to go to the admin area, it asks me to sign in. Once I sign in, it brings me back to the homepage (not admin GUI).

    I am using cloudflare for DNS and have tried with no plugins, vanilla install. I am using redis. I have tried both proxying through cloudflare "orange cloud" and not proxying "grey cloud" record.

    Any ideas?

  • 1 Votes
    1 Posts
    233 Views

    Hello,

    I am currently using NodeBB to run a community forum and now I am looking at integrating a Drip Email tool into the forum.
    Are there any recommendations on which tools are the most campatible with NodeBB?
    Please find a list of popular drip email tools here.

    Looking forward to a positive response!

  • 1 Votes
    1 Posts
    658 Views

    Hi, does it possible to delete selected messages posted by custom user? I saw - it possible to delete multiple post in selected topic, and in users profile there is no checkboxes for delete what I want - only view of user posts or topics. How can I do it softly - I don't want to delete user with content. I can do it only by DB query? thanks in advance!

  • 0 Votes
    3 Posts
    2k Views

    I must've missed 'Default user settings' part. Thanks!

  • Local emailer on 1.1.2

    Technical Support
    0 Votes
    18 Posts
    5k Views

    Hi @BuZz

    For sendmail, on our own servers, we run the following commands:

    echo "PATH=/usr/sbin:$PATH" >> ~/.profile

    and

    echo "127.0.0.1 localhost localhost.localdomain $INSTANCE_ID" >> /etc/hosts

    You can see the reasoning behind the latter here: https://brianhogg.com/how-to-fix-slow-sendmail-on-a-digital-ocean-ubuntu-droplet/