Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Sorin Mircea
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Sorin Mircea

    @Sorin Mircea

    0
    Reputation
    192
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sorin Mircea Follow

    Latest posts made by Sorin Mircea

    • [nodebb-plugin-session-sharing] Logins other user

      I have the following user:

      {
      _id: ObjectId("579200c4e193d94b453f1d6f"),
      _key: "user:13",
      username: "ana",
      userslug: "ana",
      email: "ana@yahoo.com",
      joindate: 1469186244052,
      lastonline: 1469186244052,
      picture: "",
      fullname: "",
      location: "",
      birthday: "",
      website: "",
      signature: "",
      uploadedpicture: "",
      profileviews: 1,
      reputation: 0,
      postcount: 0,
      topiccount: 0,
      lastposttime: 0,
      banned: 0,
      status: "online",
      uid: 13,
      password: "EDITED",
      passwordExpiry: 0
      }

      And I have the following object with will be transformed to JSON WEB TOKEN:
      {"id":"13","username":"ana"}

      The problem is that the plugin creates a new user called ana115

      What can I do here?

      posted in NodeBB Plugins
      Sorin Mircea
      Sorin Mircea