Skin Switcher in User Settings

Technical Support

Suggested Topics


  • Can't login with normal user

    Unsolved Technical Support
    0 Votes
    2 Posts
    89 Views

    What do the logs say? In development mode, session sharing should output something that starts with

    [session-sharing] Processing login for uid ...

    If you don't see that, then the cookie didn't verify, potentially.

    Also, if the unique ID you passed in no longer resolves to an active user, the login might also fail. Check the appId:uid (or replace appId as needed) sorted set to see if there is an outdated entry in there.

  • 0 Votes
    4 Posts
    212 Views

    @ningji welcome on board ๐Ÿ™‚

  • 3 Votes
    6 Posts
    427 Views

    @waldi Which browser are you using? Does it happen on all browsers?

  • 2 Votes
    1 Posts
    178 Views

    Hello,

    I am using nodebb-plugin-session-sharing to login in users coming from my website. A new user is created automaticcaly in the forum.
    I am now wondering how i can handle it, if users delete their profile in my app. I want to have the data deleted in the forum as well. Is there any common way to do it? Can anyone help me?

    Regards

  • 1 Votes
    1 Posts
    175 Views

    Q: Is it possible for Logged in users to post also posts as guests?

    Reason this would be useful is to allow guest posting, that can only be viewed when logged in.

    Currently guest post would be wide to the world.

    Sometimes existing users and newbies on certain types of forums would like to be able to revert to guest posting where anonymity is important, "asking for a friend..." type questions! ๐Ÿ˜‰

    I also have a vague sense this might have already been covered before but I didn't find the exact thread - Please point me in the right direction id this is duplication! Tx!