Redirect after login

Technical Support

Suggested Topics


  • 0 Votes
    23 Posts
    669 Views

    For my original problem, I think I found a bug.
    For some reason the user password length was set to 0 (I didn't set it that way, it's not possible). When I set up my forum, my password was 7 characters long (before launching the site, I change the password to a complex and unique one, but during the development process I use a simple one that I remember). When I transferred the forum to the server and edited Users -> Settings, I set the minimum password to 8 characters, because it was impossible to leave the field with a default value of 0. And here I see a bug, because no one expects this behavior. Once the minimum password is set, NodeBB simply stops accepting any passwords that are shorter. This is completely non-obvious and as an admin I fell into a trap. I would expect two behaviors:

    Continue to accept set passwords even of shorter length until a password change is required Display a warning and reset passwords of shorter length if the administrator confirms this action.

    Снимок экрана 2023-02-01 в 14.04.48.png

  • Undefined Page at Login

    Unsolved Technical Support
    0 Votes
    2 Posts
    152 Views

    Well, as you were. As if by magic, the issue resolved. Nevermind!

  • 1 Votes
    13 Posts
    1k Views

    @julia mhmmmm ...
    Optional thing required to enable email confirmation is required to login..
    I think it may help to prevent fake email users.
    Genuine email with verification only the option to access the forum then automatically they Register and verify the email.
    Now they just typing random words followed by @gmail.com and automatically it logged in without verifying email..
    If they put random email also it should not redirect to logged in state from Registration page.
    Whether they again put that email, password it should not log in, and it should give an error email confirmation is required to login please click the verification link sent to your email.. something like that..

  • 1 Votes
    21 Posts
    6k Views

    @Joykiller there is no issue setting NodeBB up as root. I always do it like that and later chown the installation to another user. Then I start NodeBB over Supervisoe from that non-root user.

    Update:
    All issues resolved. 😛
    Re-setup everything.

  • 0 Votes
    6 Posts
    2k Views

    Thanks @psychobunny, posted new topic here.